export declare function uint8ArrayToReadableStream(array: Uint8Array): ReadableStream<Uint8Array>;
export default uint8ArrayToReadableStream;
