import { Channel } from "@effect/core/stream/Channel/definition/base"; /** * @tsplus static effect/core/stream/Channel.Ops mergeAllUnboundedWith * @tsplus location "@effect/core/stream/Channel/operations/mergeAllUnboundedWith" */ export declare function mergeAllUnboundedWith(channels: Channel, OutDone>, f: (o1: OutDone, o2: OutDone) => OutDone): Channel; //# sourceMappingURL=mergeAllUnboundedWith.d.ts.map