import type { NumberArray } from 'cheminfo-types'; /** * This function calculates the median after taking the xAbsolute values of the points. * @param array - the array for which we want to calculate the absolute value * @returns - median */ export declare function xAbsoluteMedian(array: NumberArray): number; //# sourceMappingURL=xAbsoluteMedian.d.ts.map