import { type Result } from '@zokugun/xtry'; import { type SymbolicMode } from './types.cjs'; export declare function toSymbolic(mode: unknown): Result;