import * as $dara from '@darabonba/typescript'; import { UpdateAgentRuntimeInput } from "./UpdateAgentRuntimeInput"; export declare class UpdateAgentRuntimeRequest extends $dara.Model { /** * @remarks * The input parameters for updating an agent runtime. * * This parameter is required. */ body?: UpdateAgentRuntimeInput; static names(): { [key: string]: string; }; static types(): { [key: string]: any; }; validate(): void; constructor(map?: { [key: string]: any; }); }