/** * * @param x */ export default function isNullOrUndefined(x: any): boolean;