export interface RelationsGraphOptions {
    focusedNodes?: string[];
}
