import { Chunk } from "@tsplus/stdlib/collections/Chunk/definition"; import { Take } from "@effect/core/stream/Take/definition"; /** * Creates a `Take` with the specified chunk. * @tsplus static effect/core/stream/Take.Ops chunk * @tsplus location "@effect/core/stream/Take/operations/chunk" */ export declare function chunk(chunk: Chunk): Take; //# sourceMappingURL=chunk.d.ts.map