/** * Computes the mode of the given values. */ export default function mode(input: ArrayLike): number; //# sourceMappingURL=index.d.ts.map