import { Gen } from "@effect/core/testing/Gen/definition"; import type { NumberConstraints } from "@effect/core/testing/Gen/definition"; /** * A generator of integers inside the specified range: [start, end]. The * shrinker will shrink toward the lower end of the range ("smallest"). * @tsplus static effect/core/testing/Gen.Ops int * @tsplus location "@effect/core/testing/Gen/operations/int" */ export declare function int(constraints?: NumberConstraints): Gen; //# sourceMappingURL=int.d.ts.map