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