import type { Point } from '../types/index.ts'; /** * Calculate the sum of Y values. * @param points - Object that contains property x and y (an array) */ export declare function xyObjectSumY(points?: Point[]): number; //# sourceMappingURL=xyObjectSumY.d.ts.map