export declare function makeSorter(key: string, method?: 'alpha' | 'numerical', order?: 'desc' | 'asc'): (a: any, b: any) => number;