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