export interface Equals {
    equals(other: any): boolean;
}
