import { Gen } from "@effect/core/testing/Gen/definition"; import { Sized } from "@effect/core/testing/Sized"; import { Chunk } from "@tsplus/stdlib/collections/Chunk/definition"; /** * A sized generator of chunks. * @tsplus static effect/core/testing/Gen.Ops chunkOf * @tsplus getter effect/core/testing/Gen chunkOf * @tsplus location "@effect/core/testing/Gen/operations/chunkOf" */ export declare function chunkOf(self: Gen): Gen>; //# sourceMappingURL=chunkOf.d.ts.map