import type { NumberArray } from 'cheminfo-types'; /** * Function that sorts arrays or Float64Arrays in descending order * @param array - array to sort * @returns sorted array */ export declare function xSortDescending(array: ArrayType): ArrayType; //# sourceMappingURL=xSortDescending.d.ts.map