import * as $dara from '@darabonba/typescript'; export declare class SubmitAIAgentVideoAuditTaskResponseBody extends $dara.Model { /** * @remarks * The job ID. * * @example * **********fb04483915d4f2********** */ jobId?: string; /** * @remarks * The request ID. * * @example * **********-586A-AC29-742247****** */ requestId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }