export function prim(g: any, weightFunc: any): Graph;
import { Graph } from '../graph.js';
