import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { UpdateAgentRequest, UpdateAgentResponse } from "../models/models_0"; export { __MetadataBearer }; export interface UpdateAgentCommandInput extends UpdateAgentRequest {} export interface UpdateAgentCommandOutput extends UpdateAgentResponse, __MetadataBearer {} declare const UpdateAgentCommand_base: { new ( input: UpdateAgentCommandInput, ): import("@smithy/core/client").CommandImpl< UpdateAgentCommandInput, UpdateAgentCommandOutput, import("..").DataSyncClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: UpdateAgentCommandInput, ): import("@smithy/core/client").CommandImpl< UpdateAgentCommandInput, UpdateAgentCommandOutput, import("..").DataSyncClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class UpdateAgentCommand extends UpdateAgentCommand_base { protected static __types: { api: { input: UpdateAgentRequest; output: {}; }; sdk: { input: UpdateAgentCommandInput; output: UpdateAgentCommandOutput; }; }; }