import * as $dara from '@darabonba/typescript'; export declare class PublishFlowVersionInput extends $dara.Model { /** * @remarks * 工作流版本的描述信息 * * @example * Version 1.0 - Initial release */ description?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }