import type { NonUndefined } from './types.js'; export declare function isNonUndefined(value: T): value is NonUndefined;