import * as $dara from '@darabonba/typescript'; export declare class BatchGetYikeAIAppJobRequest extends $dara.Model { /** * @example * cec2c13da767c090,ca3d3c9737f04586 */ jobIds?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }