export declare class StringUtils { static isBlank(str: string | null | undefined): boolean; } //# sourceMappingURL=StringUtils.d.ts.map