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