import type { Point } from '../types/index.ts'; /** * Finds the max x value and return a {x,y,index} point * @param points - Object that contains property x (an ordered increasing array) and y (an array) */ export declare function xyObjectMaxXPoint(points?: Point[]): Point; //# sourceMappingURL=xyObjectMaxXPoint.d.ts.map