import * as $dara from '@darabonba/typescript'; export declare class StartAIAgentOutboundCallResponseBody extends $dara.Model { /** * @example * *********296014bb58670940********* */ instanceId?: string; /** * @example * ***********-4417-BDB2************ */ requestId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }