import { Iteratee } from "./internal/index.js"; export declare const orderBy: (values: T[], iteratees: Iteratee | Iteratee[], orders: string | string[]) => T[]; //# sourceMappingURL=order-by.d.ts.map