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