import type { TSESTreeOptions } from '../parser-options'; import type { MutableParseSettings } from './index'; export declare function createParseSettings(code: string, options?: Partial): MutableParseSettings; export declare function clearTSConfigMatchCache(): void; //# sourceMappingURL=createParseSettings.d.ts.map