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