import { DaGraph } from "./types"; export declare var coordinateSystem: { adjust: typeof adjust; undo: typeof undo; }; declare function adjust(g: DaGraph): void; declare function undo(g: DaGraph): void; export {};