import { Effect } from "@effect/core/io/Effect/definition"; /** * @tsplus static effect/core/io/Random.Ops nextIntBetween * @tsplus location "@effect/core/io/Random/operations/nextIntBetween" */ export declare function nextIntBetween(low: number, high: number): Effect; //# sourceMappingURL=nextIntBetween.d.ts.map