export { compareString };
declare function compareString(str1: string, str2: string): number;
