import { TMap } from "@effect/core/stm/TMap/definition"; import { STM } from "@effect/core/stm/STM/definition/base"; /** * Atomically updates all values using a pure function. * @tsplus static effect/core/stm/TMap.Aspects transformValues * @tsplus pipeable effect/core/stm/TMap transformValues * @tsplus location "@effect/core/stm/TMap/operations/transformValues" */ export declare function transformValues(f: (v: V) => V): (self: import("../definition").TMap) => STM; //# sourceMappingURL=transformValues.d.ts.map