import type * as CK from "../../../../Collections/Immutable/Chunk/index.js"; import type * as Tp from "../../../../Collections/Immutable/Tuple/index.js"; import * as C from "../core.js"; /** * Returns a new channel that collects the output and terminal value of this channel, which it * then writes as output of the returned channel. */ export declare function emitCollect(self: C.Channel): C.Channel, OutDone]>, void>; //# sourceMappingURL=emitCollect.d.ts.map