import { Effect } from "@effect/core/io/Effect/definition"; /** * @tsplus static effect/core/io/Random.Ops withSeed * @tsplus location "@effect/core/io/Random/operations/withSeed" */ export declare function withSeed(seed: number): (effect: import("../../Effect").Effect) => import("../../Effect").Effect; //# sourceMappingURL=withSeed.d.ts.map