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

export default numericSort;
