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