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