import type { Linter } from 'eslint'; export declare const jsTsFiles: string[]; export declare const tsFiles: string[]; /** * A standalone `ignores`-only entry, first in each config array. ESLint * treats `ignores` as *global* only when no other keys share the object - * merging in `files`/`rules` scopes it to files instead. * https://github.com/eslint/eslint/discussions/18304 */ export declare const globalIgnores: Linter.Config;