import type { Point } from '../types/index.ts'; import type { XNormedOptions } from '../x/xNormed.ts'; /** * Resize the Y values of the points to be normalized. * @param points - array of points {x,y} * @param options * @returns - array of points {x,y} with normalized Y values */ export declare function xyObjectNormedY(points: Point[], options?: XNormedOptions): Point[]; //# sourceMappingURL=xyObjectNormedY.d.ts.map