import { Gen } from "@effect/core/testing/Gen/definition"; import { Chunk } from "@tsplus/stdlib/collections/Chunk/definition"; /** * A generator of chunks whose size falls within the specified bounds. * @tsplus static effect/core/testing/Gen.Ops chunkOfBounded * @tsplus static effect/core/testing/Gen.Aspects chunkOfBounded * @tsplus pipeable effect/core/testing/Gen chunkOfBounded * @tsplus location "@effect/core/testing/Gen/operations/chunkOfBounded" */ export declare function chunkOfBounded(min: number, max: number): (self: import("../definition").Gen) => import("../definition").Gen>; //# sourceMappingURL=chunkOfBounded.d.ts.map