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