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