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