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 non-empty chunks. * @tsplus static effect/core/testing/Gen.Ops chunkOf1 * @tsplus getter effect/core/testing/Gen chunkOf1 * @tsplus location "@effect/core/testing/Gen/operations/chunkOf1" */ export declare function chunkOf1(self: Gen): Gen>; //# sourceMappingURL=chunkOf1.d.ts.map