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