import { Channel } from "@effect/core/stream/Channel/definition/base"; /** * @tsplus static effect/core/stream/Channel.Aspects mergeOutWith * @tsplus pipeable effect/core/stream/Channel mergeOutWith * @tsplus location "@effect/core/stream/Channel/operations/mergeOutWith" */ export declare function mergeOutWith(n: number, f: (o1: OutDone1, o2: OutDone1) => OutDone1): (self: import("../definition").Channel, OutDone1>) => import("../definition").Channel; //# sourceMappingURL=mergeOutWith.d.ts.map