/**
 * Wrapper sort function for the recursive one.
 */
export declare const sortByKeys: <T>(data: T[], ...keys: string[]) => T[];
