import { Channel } from "@effect/core/stream/Channel/definition/base"; import { Chunk } from "@tsplus/stdlib/collections/Chunk/definition"; /** * Returns a new channel that collects the output and terminal value of this * channel, which it then writes as output of the returned channel. * @tsplus getter effect/core/stream/Channel emitCollect * @tsplus location "@effect/core/stream/Channel/operations/emitCollect" */ export declare function emitCollect(self: Channel): Channel, OutDone], void>; //# sourceMappingURL=emitCollect.d.ts.map