export declare class StringUtils {
    private constructor();
    static isNullOrWhitespace(str: string | undefined): boolean;
}
