export declare type Compare<T> = (firstElement: T, secondElement: T) => number;
