/**
 * https://simple-statistics.github.io/docs/#modefast
 */
declare function modeFast<T>(x: T[]): T;

export default modeFast;
