import * as $dara from '@darabonba/typescript'; export declare class GetYikeAIAppJobResponseBodyResultAudioResult extends $dara.Model { /** * @example * 1a7852b032c371f0b64fe6f6c74b**** */ mediaId?: string; /** * @example * http://outin-***.oss-cn-shanghai.aliyuncs.com/stream/48555e8b-181dd5a8c07/48555e8b-181dd5a8c07.mp3 */ outputUrl?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class GetYikeAIAppJobResponseBodyResultImageResult extends $dara.Model { /** * @example * 1a7852b032c371f0b64fe6f6c74b**** */ mediaId?: string; /** * @example * http://outin-***.oss-cn-shanghai.aliyuncs.com/stream/48555e8b-181dd5a8c07/48555e8b-181dd5a8c07.png */ outputUrl?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class GetYikeAIAppJobResponseBodyResultVideoResult extends $dara.Model { /** * @example * 1a7852b032c371f0b64fe6f6c74b**** */ mediaId?: string; /** * @example * http://outin-***.oss-cn-shanghai.aliyuncs.com/stream/48555e8b-181dd5a8c07/48555e8b-181dd5a8c07.mp4 */ outputUrl?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class GetYikeAIAppJobResponseBodyResult extends $dara.Model { audioResult?: GetYikeAIAppJobResponseBodyResultAudioResult[]; imageResult?: GetYikeAIAppJobResponseBodyResultImageResult[]; videoResult?: GetYikeAIAppJobResponseBodyResultVideoResult[]; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); } export declare class GetYikeAIAppJobResponseBody extends $dara.Model { /** * @example * app-**** */ appId?: string; /** * @example * {\\"LoadImage.1.TargetImage\\":\\"MediaId1\\"} */ appParams?: string; /** * @example * 2026-02-06T18:53:18.809+08:00 */ executionFinishTime?: string; /** * @example * 2026-02-06T18:53:34.001+08:00 */ executionStartTime?: string; /** * @example * folder-u3ilwhoc36ux9a**** */ folderId?: string; /** * @example * ****cdb3e74639973036bc84**** */ jobId?: string; /** * @example * ****cdb3e74639973036bc84**** */ productionId?: string; /** * @example * 0622C702-41BE-467E-AF2E-883D4517962E */ requestId?: string; result?: GetYikeAIAppJobResponseBodyResult; /** * @example * Created */ status?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }