import { HashSet } from "@tsplus/stdlib/collections/HashSet/definition"; import { Differ } from "@tsplus/stdlib/data/Differ/definition"; /** * Constructs a set patch from a new set of values. * @tsplus static Differ.HashSet.Patch.Ops diff * @tsplus location "@tsplus/stdlib/collections/HashSet/patch/operations/diff" */ export declare function diff(oldValue: HashSet, newValue: HashSet): Differ.HashSet.Patch; //# sourceMappingURL=diff.d.ts.map