/// /** * Builds Port Segement for EPATH * * @param {number} port - Port to leave Current Node (1 if Backplane) * @param {number|string} link - link address to route packet * @returns {buffer} EPATH Port Segment */ declare const build: (port: any, link: any) => Buffer; export { build };