import { Channel } from "@effect/core/stream/Channel/definition/base"; /** * Writes an output to the channel. * @tsplus static effect/core/stream/Channel.Ops write * @tsplus location "@effect/core/stream/Channel/operations/write" */ export declare function write(out: OutElem): Channel; //# sourceMappingURL=write.d.ts.map