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