import { Channel } from "@effect/core/stream/Channel/definition/base"; import { Effect } from "@effect/core/io/Effect/definition"; import { Either } from "@tsplus/stdlib/data/Either/definition"; import { Deferred } from "@effect/core/io/Deferred/definition"; import { Maybe } from "@tsplus/stdlib/data/Maybe/definition"; import { MergeStrategy } from "@effect/core/stream/Channel/MergeStrategy"; /** * @tsplus static effect/core/stream/Channel.Ops mergeAllWith * @tsplus location "@effect/core/stream/Channel/operations/mergeAllWith" */ export declare function mergeAllWith(channels: Channel, OutDone>, n: number, f: (o1: OutDone, o2: OutDone) => OutDone, bufferSize?: number, mergeStrategy?: MergeStrategy): Channel; //# sourceMappingURL=mergeAllWith.d.ts.map