import { TRef } from "@effect/core/stm/TRef/definition"; import { STM } from "@effect/core/stm/STM/definition/base"; /** * Sets the value of the `TRef`. * @tsplus static effect/core/stm/TRef.Aspects set * @tsplus pipeable effect/core/stm/TRef set * @tsplus location "@effect/core/stm/TRef/operations/set" */ export declare function set(value: A): (self: TRef) => STM; //# sourceMappingURL=set.d.ts.map