export declare function cacheData(cacheFolderPath: string, fileName: string, getData: () => Promise): Promise;