import type { BinaryNode, BinaryNodeCodingOptions } from './types.js';
export declare const encodeBinaryNode: (node: BinaryNode, opts?: Pick<BinaryNodeCodingOptions, "TAGS" | "TOKEN_MAP">, buffer?: number[]) => Buffer;
//# sourceMappingURL=encode.d.ts.map