import { Iteratee } from "./internal"; export declare const orderBy: (values: T[], iteratees: Iteratee | Iteratee[], orders: string | string[]) => T[];