import type { NumberArray } from 'cheminfo-types'; import type { XGetFromToIndexOptions } from 'ml-spectra-processing'; export declare function maxAbsoluteValue(array: NumberArray, options?: XGetFromToIndexOptions): number; //# sourceMappingURL=maxAbsoluteValue.d.ts.map