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