/**
 * https://simple-statistics.github.io/docs/#minsorted
 */
declare function minSorted(x: number[]): number;

export default minSorted;
