export declare function getCachedBlob(url: string): Promise; export declare function setCachedBlob(url: string, blob: Blob, ttlMs?: number): Promise; export declare function purgeStaleCacheEntries(): Promise; //# sourceMappingURL=idb-cache.d.ts.map