import * as $dara from '@darabonba/typescript'; export declare class AIAgentCallInfo extends $dara.Model { callDuration?: number; callEndTime?: string; callStartTime?: string; calleeNumber?: string; callerNumber?: string; hangupRole?: number; status?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }