import Graph, {GraphType} from 'graphology-types';

export default function inferType(graph: Graph): GraphType;
