import { ID } from '@antv/graphlib'; import { Graph as IGraph } from '../types'; declare const run: (g: IGraph, dummyChains: ID[]) => void; declare const undo: (g: IGraph, dummyChains: ID[]) => void; export { run, undo };