import { ISortBy, ISortByFunction } from "fast-sort"; export declare const sortByDesc: (values: T[], iteratees?: ISortByFunction | keyof T | (ISortByFunction | keyof T)[] | ISortBy[] | undefined) => T[]; //# sourceMappingURL=sort-by-desc.d.ts.map