import type { Linter } from 'eslint';
export declare function hasRulesRequiringTypeChecking(eslintConfig: Linter.LegacyConfig): boolean;
export declare function removeParserOptionsProjectIfNotRequired(json: Linter.LegacyConfig): Linter.LegacyConfig;
