import { Graph } from "graphlib"; export declare function run(g: Graph): void; export declare function cleanup(g: Graph): void;