export declare function clearCache(): void; export declare function computeHash(content: string, options: any): string; export declare function checkCache(inputPath: string, hash: string, outputPath: string): boolean; export declare function updateCache(inputPath: string, hash: string, outputPath: string): void;