export interface IComparable { compareTo(other: T): number; } //# sourceMappingURL=Comparable.d.ts.map