import { Gen } from "@effect/core/testing/Gen/definition"; import { Sized } from "@effect/core/testing/Sized"; import { HashSet } from "@tsplus/stdlib/collections/HashSet/definition"; /** * A sized generator of sets. * @tsplus static effect/core/testing/Gen.Ops setOf * @tsplus getter effect/core/testing/Gen setOf * @tsplus location "@effect/core/testing/Gen/operations/setOf" */ export declare function setOf(self: Gen): Gen>; //# sourceMappingURL=setOf.d.ts.map