import { Channel } from "@effect/core/stream/Channel/definition/base"; /** * Returns a new channel, which is the concatenation of all the channels that * are written out by this channel. This method may only be called on channels * that output other channels. * @tsplus getter effect/core/stream/Channel concatOut * @tsplus location "@effect/core/stream/Channel/operations/concatOut" */ export declare function concatOut(self: Channel, OutDone>): Channel; //# sourceMappingURL=concatOut.d.ts.map