import { Ref } from "@effect/core/io/Ref/definition"; import { Chunk } from "@tsplus/stdlib/collections/Chunk/definition"; import { Channel } from "@effect/core/stream/Channel/definition/base"; /** * @tsplus static effect/core/stream/Channel.Ops bufferChunk * @tsplus location "@effect/core/stream/Channel/operations/bufferChunk" */ export declare function bufferChunk(ref: Ref>): Channel, InDone, InErr, Chunk, InDone>; //# sourceMappingURL=bufferChunk.d.ts.map