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