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