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