export declare function fetchCache(key: string): Promise; export declare function setCache(key: string, data: any): Promise; export declare function refreshCache(key: string, data: any): Promise; //# sourceMappingURL=cache.services.d.ts.map