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