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