/** * The blobs:delete command */ export declare const blobsDelete: (storeName: string, key: string, _options: Record, command: any) => Promise; //# sourceMappingURL=blobs-delete.d.ts.map