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