/** * Compare if two objects are same * @param o1 * @param o2 * @returns {boolean} */ export declare function equals(o1: any, o2: any): boolean;