/** * Checks if `value` is `undefined`. * * Contribution to minified bundle size, when it is the only function imported: * - Lodash: 81 bytes * - Micro-dash: 32 bytes */ export declare function isUndefined(value: any): value is undefined;