import type { DataXY, NumberArray } from 'cheminfo-types'; /** * Order object of array, x has to be monotone. Ensure x is growing * @param data - Object of kind {x:[], y:[]}. */ export declare function xyGrowingX(data: DataXY): DataXY; //# sourceMappingURL=xyGrowingX.d.ts.map