export declare const useCache: () => Promise<{ write: (key: string, data: string) => Promise; read: (key: string) => Promise; }>;