import { Readable } from 'node:stream'; export declare function webBodyToNodeReadable(body: ReadableStream | null, context: string): Readable; //# sourceMappingURL=streaming.d.ts.map