import { STM } from "@effect/core/stm/STM/definition/base"; import { TMap } from "@effect/core/stm/TMap/definition"; import { List } from "@tsplus/stdlib/collections/List/definition"; /** * Atomically updates all bindings using a transactional function. * @tsplus static effect/core/stm/TMap.Aspects transformSTM * @tsplus pipeable effect/core/stm/TMap transformSTM * @tsplus location "@effect/core/stm/TMap/operations/transformSTM" */ export declare function transformSTM(f: (kv: readonly [K, V]) => STM): (self: TMap) => STM; //# sourceMappingURL=transformSTM.d.ts.map