export declare function getDataReadableStream(data: ReadableStream): AsyncGenerator<Uint8Array>;
