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