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