import * as $dara from '@darabonba/typescript'; export declare class PrecheckYikeAIAppJobResponseBodyResult extends $dara.Model { /** * @example * ImageCheckFailed */ errorCode?: string; /** * @example * LoadImage.1.TargetImage */ key?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class PrecheckYikeAIAppJobResponseBody extends $dara.Model { /** * @example * ******3B-0E1A-586A-AC29-742247****** */ requestId?: string; result?: PrecheckYikeAIAppJobResponseBodyResult[]; /** * @example * Success */ status?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }