export declare const DEFAULT_MAX_FILE_SIZE: number;
export declare class FileSourceCache {
    private static cachesByDirectory;
    private cache;
    static forDirectory(directory: string): FileSourceCache;
    static clear(directory?: string): void;
    read(absolutePath: string): string | undefined;
    set(absolutePath: string, content: string): void;
}
//# sourceMappingURL=file-source-cache.d.ts.map