export declare const isObjectTheSame: (object1: any, object2: any) => boolean; export declare const isObject: (object: any) => boolean;