import * as $dara from '@darabonba/typescript'; import { UpdateAgentRuntimeEndpointInput } from "./UpdateAgentRuntimeEndpointInput"; export declare class UpdateAgentRuntimeEndpointRequest extends $dara.Model { /** * @remarks * Update Agent Runtime Endpoint Input * * This parameter is required. */ body?: UpdateAgentRuntimeEndpointInput; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }