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