import Graph from 'graphology-types';

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