import { STM } from "@effect/core/stm/STM/definition/base"; import { TMap } from "@effect/core/stm/TMap/definition"; /** * Atomically performs transactional-effect for each binding present in map. * @tsplus static effect/core/stm/TMap.Aspects forEach * @tsplus pipeable effect/core/stm/TMap forEach * @tsplus location "@effect/core/stm/TMap/operations/forEach" */ export declare function forEach(f: (kv: readonly [K, V]) => STM): (self: TMap) => STM; //# sourceMappingURL=forEach.d.ts.map