export declare type ArrayComparator<T> = (a: T, b: T) => number;
