import type { Duplex, Source } from 'it-stream-types';
export declare function mockDuplex(): Duplex<AsyncGenerator<Uint8Array>, Source<Uint8Array>, Promise<void>>;
//# sourceMappingURL=duplex.d.ts.map