import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { UpdateAgentProfileRequest, UpdateAgentProfileResponse } from "../models/models_0"; export { __MetadataBearer }; export interface UpdateAgentProfileCommandInput extends UpdateAgentProfileRequest {} export interface UpdateAgentProfileCommandOutput extends UpdateAgentProfileResponse, __MetadataBearer {} declare const UpdateAgentProfileCommand_base: { new ( input: UpdateAgentProfileCommandInput, ): import("@smithy/core/client").CommandImpl< UpdateAgentProfileCommandInput, UpdateAgentProfileCommandOutput, import("..").WellArchitectedClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: UpdateAgentProfileCommandInput, ): import("@smithy/core/client").CommandImpl< UpdateAgentProfileCommandInput, UpdateAgentProfileCommandOutput, import("..").WellArchitectedClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class UpdateAgentProfileCommand extends UpdateAgentProfileCommand_base { protected static __types: { api: { input: UpdateAgentProfileRequest; output: UpdateAgentProfileResponse; }; sdk: { input: UpdateAgentProfileCommandInput; output: UpdateAgentProfileCommandOutput; }; }; }