export declare class Strings { static equalsIgnoreCase(a: string, b: string): boolean; static isNotEmptyString(value: any): value is string; }