/** * More info at: https://en.wikipedia.org/wiki/Order_statistic */ export declare const min: (array: T[], cmp: (a: T, b: T) => number) => T; //# sourceMappingURL=orderStatistics.d.ts.map