import type { ProjectServiceOptions } from '../parser-options';
export declare const DEFAULT_PROJECT_FILES_ERROR_EXPLANATION = "\n\nHaving many files run with the default project is known to cause performance issues and slow down linting.\n\nSee https://typescript-eslint.io/troubleshooting/#allowdefaultprojectforfiles-glob-too-wide\n";
export declare function validateDefaultProjectForFilesGlob(options: ProjectServiceOptions): void;
//# sourceMappingURL=validateDefaultProjectForFilesGlob.d.ts.map