export declare class StringExtensions {
    static compareInvariantCultureIgnoreCase(str1: string, str2: string): number;
}
