import { TSet } from "@effect/core/stm/TSet/definition"; import { STM } from "@effect/core/stm/STM/definition/base"; /** * Stores new element in the set. * @tsplus static effect/core/stm/TSet.Aspects put * @tsplus pipeable effect/core/stm/TSet put * @tsplus location "@effect/core/stm/TSet/operations/put" */ export declare function put(value: A): (self: TSet) => STM; //# sourceMappingURL=put.d.ts.map