import { type Result } from '@zokugun/xtry'; import { type SymbolicMode } from './types.mjs'; export declare function normalizeSymbolic(value: unknown): Result;