import type { ForceGraphInstance } from 'force-graph'; import type { ComboData } from '../types'; export declare function renderCombo(graph: ForceGraphInstance, combos: ComboData[]): void;