export declare const filePromisesHash: Record<string, Promise<string>>;
export declare const fileIntercept: Record<string, Promise<string>>;
interface SlurpFileOptions {
    ignoreCache?: boolean;
}
export declare const slurpFile: (path: string, options?: SlurpFileOptions) => Promise<string>;
export {};
