import { Differ } from "@tsplus/stdlib/data/Differ/definition"; /** * A variant of `update` that allows specifying the function that will be used * to combine old values with new values. * @tsplus static Differ.Ops updateWith * @tsplus location "@tsplus/stdlib/data/Differ/operations/updateWith" */ export declare function updateWith(f: (x: A, y: A) => A): Differ A>; //# sourceMappingURL=updateWith.d.ts.map