import * as $dara from '@darabonba/typescript'; export declare class SubmitYikeAIAppJobRequest extends $dara.Model { /** * @remarks * This parameter is required. * * @example * sys-ao-smith-1 */ appId?: string; /** * @example * sys-ao-smith-1 */ appParams?: string; /** * @example * fd-cReaEcVqQK */ folderId?: string; /** * @example * ProductionId */ productionId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }