import { STM } from "@effect/core/stm/STM/definition/base"; import { TArray } from "@effect/core/stm/TArray/definition"; /** * Atomically performs transactional effect for each item in array. * @tsplus static effect/core/stm/TArray.Aspects forEach * @tsplus pipeable effect/core/stm/TArray forEach * @tsplus location "@effect/core/stm/TArray/operations/forEach" */ export declare function forEach(f: (a: A) => STM): (self: TArray) => STM; //# sourceMappingURL=forEach.d.ts.map