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