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