import { Differ } from "@tsplus/stdlib/data/Differ/definition"; /** * Combines two set patches to produce a new set patch that describes * applying their changes sequentially. * @tsplus static Differ.HashSet.Patch.Aspects combine * @tsplus pipeable Differ.HashSet.Patch combine * @tsplus location "@tsplus/stdlib/collections/HashSet/patch/operations/combine" */ export declare function combine(that: Differ.HashSet.Patch): (self: Differ.HashSet.Patch) => Differ.HashSet.Patch; //# sourceMappingURL=combine.d.ts.map