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