import { Either } from "@tsplus/stdlib/data/Either/definition"; import { Differ } from "@tsplus/stdlib/data/Differ/definition"; /** * Constructs an `OrPatch` from a new and old value and a differ for the * values. * @tsplus static Differ.Or.Patch.Ops diff * @tsplus location "@tsplus/stdlib/data/Differ/OrPatch/operations/diff" */ export declare function diff(oldValue: Either, newValue: Either, left: Differ, right: Differ): Differ.Or.Patch; //# sourceMappingURL=diff.d.ts.map