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 non-empty sets. * @tsplus static effect/core/testing/Gen.Ops setOf1 * @tsplus getter effect/core/testing/Gen setOf1 * @tsplus location "@effect/core/testing/Gen/operations/setOf1" */ export declare function setOf1(self: Gen): Gen>; //# sourceMappingURL=setOf1.d.ts.map