import { STM } from "@effect/core/stm/STM/definition/base"; import { TRandom } from "@effect/core/stm/TRandom/definition"; /** * @tsplus static effect/core/stm/TRandom.Ops next * @tsplus location "@effect/core/stm/TRandom/operations/next" */ export declare const next: STM; //# sourceMappingURL=next.d.ts.map