import type { NumberArray } from 'cheminfo-types'; /** * Calculate an array of the same size that is the cumulative values * @param array - initial array */ export declare function xCumulative(array: NumberArray): Float64Array; //# sourceMappingURL=xCumulative.d.ts.map