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