import type { NumberArray } from 'cheminfo-types'; import type { XGetFromToIndexOptions } from './xGetFromToIndex.ts'; /** * Computes the index of the maximum of the given values * @param array - array of numbers * @param options - options * @returns - index */ export declare function xMaxIndex(array: NumberArray, options?: XGetFromToIndexOptions): number; //# sourceMappingURL=xMaxIndex.d.ts.map