import { TMap } from "@effect/core/stm/TMap/definition"; import { STM } from "@effect/core/stm/STM/definition/base"; /** * Stores new binding in the map if it does not already exist. * @tsplus static effect/core/stm/TMap.Aspects putIfAbsent * @tsplus pipeable effect/core/stm/TMap putIfAbsent * @tsplus location "@effect/core/stm/TMap/operations/putIfAbsent" */ export declare function putIfAbsent(k: K, v: V): (self: TMap) => STM; //# sourceMappingURL=putIfAbsent.d.ts.map