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