export declare function uint8ArrayToBlob(array: Uint8Array, type?: string): Blob;
export default uint8ArrayToBlob;
