export declare function sortByObjectKey(array: any[], key: string, descending?: boolean, numerically?: boolean): any[];
