import type { NumberArray } from 'cheminfo-types'; /** * Calculates the mode of an array * @param input - Array containing values * @returns - mode */ export declare function xMode(input: NumberArray): number; //# sourceMappingURL=xMode.d.ts.map