import { NodeTypeDef } from '../../nodeTypes'; /** 流程起点类型标识(引擎协议,非业务枚举) */ export declare const FLOW_START_TYPE = "start"; export declare const startDef: NodeTypeDef;