import type { NumberArray } from 'cheminfo-types'; /** * Function that sorts arrays or Float64Arrays in ascending order in place ! * This method is optimized for typed arrays. * @param array - array to sort * @returns sorted array */ export declare function xSortAscending(array: ArrayType): ArrayType; //# sourceMappingURL=xSortAscending.d.ts.map