declare let _extends: string[]; export { _extends as extends }; export declare let plugins: string[]; export declare namespace env { let node: boolean; let browser: boolean; let mocha: boolean; let es6: boolean; } export declare let parser: string; export declare let rules: { '@typescript-eslint/no-var-requires': number; '@typescript-eslint/no-empty-function': number; '@typescript-eslint/explicit-module-boundary-types': number; 'no-explicit-type-exports/no-explicit-type-exports': number; 'react/no-deprecated': number; 'react/no-find-dom-node': number; 'react/forbid-foreign-prop-types': string; 'react/prop-types': (string | { skipUndeclared: boolean; })[]; 'react/require-default-props': string; 'react/no-typos': string; 'no-console': (string | { allow: string[]; })[]; 'no-unused-vars': (string | { args: string; ignoreRestSiblings: boolean; })[]; 'no-shadow-restricted-names': string; semi: string[]; 'semi-spacing': (string | { before: boolean; after: boolean; })[]; 'no-trailing-spaces': string; 'no-param-reassign': (string | { props: boolean; })[]; 'notice/notice': (string | { mustMatch: string; templateFile: string; })[]; 'import/no-extraneous-dependencies': string; 'no-restricted-imports': (string | { patterns: string[]; })[]; 'jsx-a11y/label-has-for': number; 'no-unused-expressions': (string | { allowShortCircuit: boolean; allowTernary: boolean; allowTaggedTemplates: boolean; })[]; 'react/no-unknown-property': (string | { ignore: string[]; })[]; }; export declare let overrides: { files: string; rules: { 'mocha/no-exclusive-tests': string; }; }[]; export declare let settings: { react: { version: string; }; 'import/resolver': { node: { extensions: string[]; }; }; }; //# sourceMappingURL=index.d.ts.map