import Graph from 'graphology-types';

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