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

export default maxSorted;
