export declare function getSortedMin(array: Iterable, isLessThan?: (a: T, b: T) => boolean): T | undefined;