import { Gen } from "@effect/core/testing/Gen/definition"; import { Maybe } from "@tsplus/stdlib/data/Maybe/definition"; /** * @tsplus static effect/core/testing/Gen.Ops some * @tsplus getter effect/core/testing/Gen some * @tsplus location "@effect/core/testing/Gen/operations/some" */ export declare function some(self: Gen): Gen>; //# sourceMappingURL=some.d.ts.map