import Graph from 'graphology-types';

export default function toMulti<G extends Graph>(graph: G): G;
