/**
 * @ignore
 */
declare interface ObjectConstructor {
    equals(x: any, y: any): boolean;
    same(x: any, y: any): boolean;
}
