import { Gen } from "@effect/core/testing/Gen/definition"; /** * A constant generator of the specified value. * @tsplus static effect/core/testing/Gen.Ops constant * @tsplus location "@effect/core/testing/Gen/operations/constant" */ export declare function constant(a: A): Gen; //# sourceMappingURL=constant.d.ts.map