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