import { Channel } from "@effect/core/stream/Channel/definition/base"; import { MergeStrategy } from "@effect/core/stream/Channel/MergeStrategy"; /** * @tsplus static effect/core/stream/Channel.Ops mergeAll * @tsplus location "@effect/core/stream/Channel/operations/mergeAll" */ export declare function mergeAll(channels: Channel, unknown>, n: number, bufferSize?: number, mergeStrategy?: MergeStrategy): Channel; //# sourceMappingURL=mergeAll.d.ts.map