import { EncodeContext } from '../encode'; export declare function encodeSymbol(value: symbol, context: EncodeContext): void;