import { IApplication } from '@antv/xflow'; import { WsDiJob } from '../../types/typings'; export declare const useCmdConfig: (value?: any) => any; /** 查询图的节点和边的数据 */ export declare const initGraphCmds: (app: IApplication, job: WsDiJob) => void;