export declare const blobSha256: (blob: Blob) => Promise; export declare const uint8ArraySha256: (data: Uint8Array) => Promise;