declare function isDeepEqual(obj1: any, obj2: any): boolean;

export { isDeepEqual };
