import { FlowFormEntity } from './flowform.entity'; import { FormalParameterEntity } from './formal-parameter.entity'; import { BizComponentEntity } from './biz-component.entity'; import { ExcuteFormEntity } from './excute-form.entity'; export declare class FlowFormInfo { flowForm: FlowFormEntity; formalParameters: Array; bizComponents: Array; excuteForms: Array; bizActivities: Array; customizeActions: Array; }