declare const _default: {
    extends: string[];
    rules: {
        '@typescript-eslint/adjacent-overload-signatures': "error";
        '@typescript-eslint/array-type': "error";
        '@typescript-eslint/ban-tslint-comment': "error";
        '@typescript-eslint/class-literal-property-style': "error";
        '@typescript-eslint/consistent-generic-constructors': "error";
        '@typescript-eslint/consistent-indexed-object-style': "error";
        '@typescript-eslint/consistent-type-assertions': "error";
        '@typescript-eslint/consistent-type-definitions': "error";
        '@typescript-eslint/no-confusing-non-null-assertion': "error";
        'no-empty-function': "off";
        '@typescript-eslint/no-empty-function': "error";
        '@typescript-eslint/no-inferrable-types': "error";
        '@typescript-eslint/prefer-for-of': "error";
        '@typescript-eslint/prefer-function-type': "error";
    };
};
export = _default;
//# sourceMappingURL=stylistic.d.ts.map