export declare const sortAlphaNum: (a: string, b: any) => number;
export declare const sortAlphaNumDesc: (a: string, b: any) => number;
