export default tseslintConfig; export const rules: { '@typescript-eslint/no-unused-vars': (string | { ignoreRestSiblings: boolean; })[]; '@typescript-eslint/no-empty-function': string; '@typescript-eslint/naming-convention': (string | { selector: string[]; format: string[]; custom: { regex: string; match: boolean; }; })[]; '@typescript-eslint/ban-ts-comment': (string | { 'ts-ignore': string; 'ts-expect-error': string; 'ts-nocheck': string; })[]; '@typescript-eslint/no-restricted-types': (string | { types: { 'React.FC': { message: string; }; 'React.FunctionComponent': { message: string; }; }; })[]; } | { '@typescript-eslint/no-unused-vars'?: never; '@typescript-eslint/no-empty-function'?: never; '@typescript-eslint/naming-convention'?: never; '@typescript-eslint/ban-ts-comment'?: never; '@typescript-eslint/no-restricted-types'?: never; }; declare const tseslintConfig: import("eslint").Linter.Config[]; //# sourceMappingURL=typescript.d.ts.map