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