import { Graph } from "@dagrejs/graphlib"; import type { EdgeLabel, GraphLabel, NodeLabel } from "./types"; export { run, undo }; declare function run(graph: Graph): void; declare function undo(graph: Graph): void; //# sourceMappingURL=acyclic.d.ts.map