/** * Is the argument empty. * * @param {any} $arg */ export declare function IsEmpty($arg: any): boolean;