export declare function writeBlob(url: string, blob: Blob): Promise; export declare function removeBlob(url: string): Promise; export declare function readBlob(url: string): Promise;