import type { TypeGuard } from 'r-assign/lib'; /** * Check for undefined values */ declare const isUndefined: TypeGuard; export { isUndefined, isUndefined as undef };