import { type TResult } from './try_result.mjs'; export declare function TryUndefined(value: unknown): TResult;