import { STM } from "@effect/core/stm/STM/definition/base"; import { TArray } from "@effect/core/stm/TArray/definition"; /** * Atomically updates element in the array with given transactional effect. * @tsplus static effect/core/stm/TArray.Aspects updateSTM * @tsplus pipeable effect/core/stm/TArray updateSTM * @tsplus location "@effect/core/stm/TArray/operations/updateSTM" */ export declare function updateSTM(index: number, f: (a: A) => STM): (self: TArray) => STM; //# sourceMappingURL=updateSTM.d.ts.map