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