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

export default extentSorted;
