import { Sink } from "@effect/core/stream/Sink/definition/base"; import { Chunk } from "@tsplus/stdlib/collections/Chunk/definition"; /** * A sink that takes the specified number of values. * @tsplus static effect/core/stream/Sink.Ops take * @tsplus location "@effect/core/stream/Sink/operations/take" */ export declare function take(n: number): Sink>; //# sourceMappingURL=take.d.ts.map