export declare function isEmpty(str: string): boolean;
export declare function isNotEmpty(str: string): boolean;
