/** * Same as the compareFunction for built-in array sort */ export declare function defaultComparator(a: T, b: T): number;