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