export declare function readCacheStorage(): Promise<Record<string, string>>;
export declare function writeCacheStorage(data: Record<string, string>): Promise<void>;
