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