import { Readable } from "node:stream"; export declare function readStream(stream: Readable, maxBytes: number): Promise;