export declare function updateCache(cachePath: string, cache: any): Promise; export declare function fetchCache(cachePath: string, cacheDuration: number, options: any): Promise>;