import type { IObjectOf, Nullable, Predicate2 } from "@thi.ng/api"; import type { ObjectDiff } from "./api.js"; export declare const diffObject: <T>(a: Nullable<IObjectOf<T>>, b: Nullable<IObjectOf<T>>, mode?: "full" | "only-distance", _equiv?: Predicate2<any>) => ObjectDiff<T>; //# sourceMappingURL=object.d.ts.map