import * as $dara from '@darabonba/typescript'; export declare class ImportSwaggerResponseBodyFailedApiImportSwaggerFailed extends $dara.Model { errorMsg?: string; httpMethod?: string; path?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class ImportSwaggerResponseBodyFailed extends $dara.Model { apiImportSwaggerFailed?: ImportSwaggerResponseBodyFailedApiImportSwaggerFailed[]; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class ImportSwaggerResponseBodyModelFailedApiImportModelFailed extends $dara.Model { errorMsg?: string; groupId?: string; modelName?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class ImportSwaggerResponseBodyModelFailed extends $dara.Model { apiImportModelFailed?: ImportSwaggerResponseBodyModelFailedApiImportModelFailed[]; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class ImportSwaggerResponseBodyModelSuccessApiImportModelSuccess extends $dara.Model { groupId?: string; modelName?: string; modelOperation?: string; modelUid?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class ImportSwaggerResponseBodyModelSuccess extends $dara.Model { apiImportModelSuccess?: ImportSwaggerResponseBodyModelSuccessApiImportModelSuccess[]; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class ImportSwaggerResponseBodySuccessApiImportSwaggerSuccess extends $dara.Model { apiOperation?: string; apiUid?: string; httpMethod?: string; path?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class ImportSwaggerResponseBodySuccess extends $dara.Model { apiImportSwaggerSuccess?: ImportSwaggerResponseBodySuccessApiImportSwaggerSuccess[]; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class ImportSwaggerResponseBody extends $dara.Model { failed?: ImportSwaggerResponseBodyFailed; modelFailed?: ImportSwaggerResponseBodyModelFailed; modelSuccess?: ImportSwaggerResponseBodyModelSuccess; /** * @remarks * The ID of the request. * * @example * 647CEF05-404C-4125-B3D7-44792EB77392 */ requestId?: string; success?: ImportSwaggerResponseBodySuccess; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }