import * as $dara from '@darabonba/typescript'; export declare class GetAIWorkflowTaskRequest extends $dara.Model { /** * @remarks * The ID of the workflow task. * * @example * ********-266c-4bb8-b20c-6faa******** */ taskId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }