import { IObject } from "./"; export declare function compareValues(paths: string[], obj1: IObject, obj2: IObject): boolean;