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