import { Channel } from "@effect/core/stream/Channel/definition/base"; /** * Concat sequentially a channel of channels. * @tsplus static effect/core/stream/Channel.Ops concatAllWith * @tsplus location "@effect/core/stream/Channel/operations/concatAllWith" */ export declare function concatAllWith(channels: Channel, OutDone2>, f: (o: OutDone, o1: OutDone) => OutDone, g: (o: OutDone, o2: OutDone2) => OutDone3): Channel; //# sourceMappingURL=concatAllWith.d.ts.map