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