import type { NumberArray } from 'cheminfo-types'; import type { XRollingOptions } from './xRolling.ts'; /** * This function calculates a maximum within a rolling window * @param array - array * @param options - options */ export declare function xRollingMax(array: NumberArray, options?: XRollingOptions): number[]; //# sourceMappingURL=xRollingMax.d.ts.map