export declare function isDeepEqual(a: any, b: any, ignoreKeys?: string[], debug?: boolean): boolean;
