import * as $dara from '@darabonba/typescript'; export declare class StopAIAgentInstanceResponseBody extends $dara.Model { /** * @example * 7B117AF5-2A16-412C-B127-FA6175ED1AD0 */ requestId?: string; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }