import * as $dara from '@darabonba/typescript'; export declare class DescribeImportOASTaskResponseBodyApiResultsApiResult extends $dara.Model { apiId?: string; apiName?: string; description?: string; errorMessage?: string; groupId?: string; method?: string; path?: string; updateStatus?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class DescribeImportOASTaskResponseBodyApiResults extends $dara.Model { apiResult?: DescribeImportOASTaskResponseBodyApiResultsApiResult[]; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class DescribeImportOASTaskResponseBodyModelResultsModelResult extends $dara.Model { errorMessage?: string; groupId?: string; modelId?: string; modelName?: string; updateStatus?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class DescribeImportOASTaskResponseBodyModelResults extends $dara.Model { modelResult?: DescribeImportOASTaskResponseBodyModelResultsModelResult[]; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class DescribeImportOASTaskResponseBody extends $dara.Model { apiResults?: DescribeImportOASTaskResponseBodyApiResults; modelResults?: DescribeImportOASTaskResponseBodyModelResults; /** * @remarks * The request ID. * * @example * CE5722A6-AE78-4741-A9B0-6C817D360510 */ requestId?: string; /** * @remarks * The status of the import task. Valid values: * * * Running * * Finished * * @example * Finished */ taskStatus?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }