class BipartiteNetwork { static minCover(graph: Graph<Vertex, Edge<Vertex>>): number;}
number
Graph<Vertex, Edge<Vertex>>