export declare class StringHelper { static isNullUndefinedOrEmpty(str: string): boolean; }