import * as $dara from '@darabonba/typescript'; export declare class PrecheckYikeAIAppJobRequest extends $dara.Model { /** * @example * app-1000000 */ appId?: string; /** * @example * {\\"LoadImage.1.TargetImage\\":\\"794da8a01b8c71f1b973e6e7c7586301\\"} */ appParams?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }