import { Readable } from "node:stream"; /** * @internal */ export declare function toStream(bytes: Uint8Array): Readable;