/** * https://simplestatistics.org/docs/#modefast */ declare function modeFast( x: T[] ): T export default modeFast;