import Graph from 'graphology-types';

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