export declare const strcmpLocale: (x: string, y: string) => number; export declare function strcmp(a: string, b: string): 0 | 1 | -1;