export declare const ascendingSort: (a: string, b: string) => 1 | 0 | -1;