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