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