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

export default quantileSorted;
