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