import { STM } from "@effect/core/stm/STM/definition/base"; import { TRandom } from "@effect/core/stm/TRandom/definition"; /** * Generates a pseudo-random integer inside a transaction. * @tsplus static effect/core/stm/TRandom.Ops nextInt * @tsplus location "@effect/core/stm/TRandom/operations/nextInt" */ export declare const nextInt: STM; //# sourceMappingURL=nextInt.d.ts.map