import type { Point } from '../types/index.ts'; /** * Finds the min y 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 xyObjectMinYPoint(points?: Point[]): Point; //# sourceMappingURL=xyObjectMinYPoint.d.ts.map