import type { DataXY } from 'cheminfo-types'; /** * Filter an array x/y based on various criteria x points are expected to be sorted * @param data - object containing 2 properties x and y * @param minRelativeYValue - the minimum relative value compare to the Y max value * @returns filtered data */ export declare function xyFilterMinYValue(data: DataXY, minRelativeYValue?: number): DataXY; //# sourceMappingURL=xyFilterMinYValue.d.ts.map