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