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