import { IObject } from "./"; export declare function compareValue(path: string, obj1: IObject, obj2: IObject): boolean;