/** * Highlight selected node path i.e. from and to directions */ export function highlightPath(d: any, nodes: any): void; /** * Remove highlighted node path */ export function removeHighlight(): void;