import type { DataXY } from 'cheminfo-types'; /** * This function performs a quick sort of the x array while transforming the y array to preserve the coordinates. * @param data - Object that contains property x (Array) and y (Array) */ export declare function xySortX(data: DataXY): DataXY; //# sourceMappingURL=xySortX.d.ts.map