import Graph from 'graphology-types';

export default function mergeStar(graph: Graph, nodes: Array<unknown>): void;
