declare const isUndef: (value: T | undefined) => value is undefined; export default isUndef;