import type { Source, Duplex } from 'it-stream-types'; /** * A pair of streams where one drains from the other */ export declare function pair(): Duplex, Source, Promise>; //# sourceMappingURL=index.d.ts.map