/** * Whether null or undefined * @param {*} value * @returns {boolean} */ export default function isNullOrUndefined(value: any): boolean;