import * as $dara from '@darabonba/typescript'; export declare class ForwardAIAgentCallRequest extends $dara.Model { /** * @example * 13********** */ calledNumber?: string; callerNumber?: string; errorPrompt?: string; /** * @example * call_instance_202****** */ instanceId?: string; transferPrompt?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }