import * as $dara from '@darabonba/typescript'; export declare class ExportImageResponseBody extends $dara.Model { /** * @remarks * The region ID. * * @example * cn-hangzhou */ regionId?: string; /** * @remarks * The request ID. * * @example * C8B26B44-0189-443E-9816-D951F596**** */ requestId?: string; /** * @remarks * The ID of the task that is used to export the custom image. * * @example * tsk-bp67acfmxazb4p**** */ taskId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }