import { type SymbolicMode } from './types.mjs'; export declare function isSymbolic(value: unknown): value is SymbolicMode;