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