/** * The most basic domain object representation of Rimo. */ export interface Object { equals(other?: Object): boolean; }