import type { BinaryNode, BinaryNodeCodingOptions } from "./types"; export declare const encodeBinaryNode: ( node: BinaryNode, opts?: Pick, buffer?: number[], ) => Buffer;