export declare const min2: (a: number) => (b: number) => number;
