export declare type SortIterator = (a: T, b: T) => -1 | 0 | 1;