import { Gen } from "@effect/core/testing/Gen/definition"; import { Maybe } from "@tsplus/stdlib/data/Maybe/definition"; /** * A constant generator of the empty value. * @tsplus static effect/core/testing/Gen.Ops none * @tsplus location "@effect/core/testing/Gen/operations/none" */ export declare const none: Gen>; //# sourceMappingURL=none.d.ts.map