import { IObject } from "./"; export declare function getChanges(obj1: IObject, obj2: IObject): { count: number; list: [any, any]; };