export declare const isDeepEquals: (obj1: T, obj2: T, visited?: WeakMap) => boolean;