export declare const sort: <T>(compareFn: ((a: T, b: T) => number) | undefined) => (array: T[]) => T[];
