import { Effect } from "@effect/core/io/Effect/definition"; import { Random } from "@effect/core/io/Random/definition"; /** * Retreives the `Random` service from the environment. * @tsplus static effect/core/io/Effect.Ops random * @tsplus location "@effect/core/io/Effect/operations/random" */ export declare const random: Effect; //# sourceMappingURL=random.d.ts.map