export declare function getCached(key: string): Promise; export declare function setCache(key: string, value: string): Promise; export declare function clearCache(): Promise; //# sourceMappingURL=cache.d.ts.map