/// import type { Source, Duplex as ItDuplex } from 'it-stream-types'; import type { Duplex } from 'node:stream'; /** * Convert a Node.js [`Duplex`](https://nodejs.org/dist/latest/docs/api/stream.html#class-streamduplex) * stream to a [duplex iterable](https://achingbrain.github.io/it-stream-types/interfaces/Duplex.html). */ export declare function duplex(duplex: Duplex): ItDuplex, Source, Promise>; //# sourceMappingURL=duplex.d.ts.map