/** * Is the `typeof` argument is `undefined`. * * @param {any} $arg */ export declare function IsUndefined($arg: any): $arg is undefined;