import type { NumberArray } from 'cheminfo-types'; /** * Remove the outliers from the array * Based on 1.5 IQR * @param array - data * @returns - trimmed data */ export declare function xRemoveOutliersIQR(array: NumberArray): NumberArray; //# sourceMappingURL=xRemoveOutliersIQR.d.ts.map