import { Random } from "@effect/core/io/Random/definition"; import { Effect } from "@effect/core/io/Effect/definition"; /** * Retreives the `Random` service from the environment and uses it to run the * specified workflow. * @tsplus static effect/core/io/Effect.Ops randomWith * @tsplus location "@effect/core/io/Effect/operations/randomWith" */ export declare function randomWith(f: (random: Random) => Effect): Effect; //# sourceMappingURL=randomWith.d.ts.map