import { TMap } from "@effect/core/stm/TMap/definition"; import { TArray } from "@effect/core/stm/TArray/definition"; import { List } from "@tsplus/stdlib/collections/List/definition"; import { TRef } from "@effect/core/stm/TRef/definition"; import { STM } from "@effect/core/stm/STM/definition/base"; /** * Stores new binding into the map. * @tsplus static effect/core/stm/TMap.Aspects put * @tsplus pipeable effect/core/stm/TMap put * @tsplus location "@effect/core/stm/TMap/operations/put" */ export declare function put(k: K, v: V): (self: TMap) => STM; //# sourceMappingURL=put.d.ts.map