import * as $dara from '@darabonba/typescript'; export declare class StartImagePipelineExecutionResponseBody extends $dara.Model { /** * @remarks * The ID of the image creation task. * * @example * exec-5fb8facb8ed7427c**** */ executionId?: string; /** * @remarks * The request ID. * * @example * 473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E */ requestId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }