declare const _extends: string; export { _extends as extends }; export declare namespace parserOptions { const project: string; } export declare const overrides: { files: string[]; rules: { 'no-restricted-globals': string; 'no-proto': string; 'no-extend-native': string; 'no-inner-declarations': string; 'prefer-regex-literals': string; 'max-classes-per-file': string; '@typescript-eslint/no-unused-vars': string; '@typescript-eslint/explicit-function-return-type': string; 'prefer-arrow-callback': string; 'prefer-rest-params': string; 'func-names': string; 'no-console': string; }; }[];