import { STM } from "@effect/core/stm/STM/definition/base"; import { TRandom } from "@effect/core/stm/TRandom/definition"; /** * @tsplus static effect/core/stm/TRandom.Ops withSeed * @tsplus location "@effect/core/stm/TRandom/operations/withSeed" */ export declare function withSeed(seed: number): (stm: import("../../STM").STM) => import("../../STM").STM, E, A>; //# sourceMappingURL=withSeed.d.ts.map