export function isNullOrUndefined(arg: any): boolean;
export default isNullOrUndefined;
