import type { Uint8ArrayBuffer } from './utils/byteUtils'; /** * Read bytes from a ReadableStream until the end of the stream. */ export declare function readBytesFromStream(stream: ReadableStream): Promise;