interface Comparator { (a: A, b: B): boolean; } export default Comparator;