import type { Point } from '../types/index.ts'; /** * Sorts an array of points in-place. * @param points - array of points {x,y} * @returns - sorted array of points {x,y} */ export declare function xyObjectSortX(points: Point[]): Point[]; //# sourceMappingURL=xyObjectSortX.d.ts.map