export declare function blobToUint8Array(blob: Blob): Promise<Uint8Array>;
export default blobToUint8Array;
