export default class ObjectUtils {
    static isObjectsEquals(obj1: any, obj2: any): boolean;
}
