/**
 * Check if string is empty triming withspaces
 * @param arg
 */
export declare function isEmptyOrWithSpace(arg: string): boolean;
