import { Gen } from "@effect/core/testing/Gen/definition"; /** * A generator of doubles. Shrinks toward '0'. * @tsplus static effect/core/testing/Gen.Ops anyDouble * @tsplus location "@effect/core/testing/Gen/operations/anyDouble" */ export declare const anyDouble: Gen; //# sourceMappingURL=anyDouble.d.ts.map