import type { DataXY } from 'cheminfo-types'; import type { PointWithIndex } from '../types/index.ts'; /** * Find the closest minimum going down hill * @param data - Object that contains property x (an ordered increasing array) and y (an array) * @param options - options * @returns - An object with the x/y value */ export declare function xyRealMaxYPoint(data: DataXY, options?: {}): PointWithIndex; //# sourceMappingURL=xyRealMaxYPoint.d.ts.map