import { Sink } from "@effect/core/stream/Sink/definition/base"; import { Chunk } from "@tsplus/stdlib/collections/Chunk/definition"; /** * A sink that collects first `n` elements into a chunk. * @tsplus static effect/core/stream/Sink.Ops collectAllN * @tsplus location "@effect/core/stream/Sink/operations/collectAllN" */ export declare function collectAllN(n: number): Sink>; //# sourceMappingURL=collectAllN.d.ts.map