type GetValueFunction<T> = (i: T) => number | string;
export declare const ascCompare: <T>(getValue: GetValueFunction<T>) => (a: T, b: T) => number;
export {};
