export declare function asyncIterableToStream<T>(it: AsyncIterableIterator<T>): import("node:stream/web").ReadableStream<any>;
//# sourceMappingURL=asyncIterableToStream.d.ts.map