/** 配置值 */ export declare class WorkflowConfiguration { /** 配置名称 */ name: string; /** 配置值 */ value: string; }