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