export function feasibleTree(g: any): Graph<any, any, any>;
import { Graph } from '../../graphlib/index.js';
