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