export default smartSort; declare function smartSort(arr: any, key: any, order: any): any[];