export declare class StringUtil { static StringContainsSeparatedWord(str: string, wordRegExString: string, ignoreCase?: boolean): boolean; }