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