import { TSet } from "@effect/core/stm/TSet/definition"; import { STM } from "@effect/core/stm/STM/definition/base"; /** * Atomically transforms the set into the difference of itself and the * provided set. * @tsplus static effect/core/stm/TSet.Aspects diff * @tsplus pipeable effect/core/stm/TSet diff * @tsplus location "@effect/core/stm/TSet/operations/diff" */ export declare function diff(other: TSet): (self: TSet) => STM; //# sourceMappingURL=diff.d.ts.map