import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { UpdateAgentGoalRequest, UpdateAgentGoalResponse } from "../models/models_0"; export { __MetadataBearer }; export interface UpdateAgentGoalCommandInput extends UpdateAgentGoalRequest {} export interface UpdateAgentGoalCommandOutput extends UpdateAgentGoalResponse, __MetadataBearer {} declare const UpdateAgentGoalCommand_base: { new ( input: UpdateAgentGoalCommandInput, ): import("@smithy/core/client").CommandImpl< UpdateAgentGoalCommandInput, UpdateAgentGoalCommandOutput, import("..").WellArchitectedClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: UpdateAgentGoalCommandInput, ): import("@smithy/core/client").CommandImpl< UpdateAgentGoalCommandInput, UpdateAgentGoalCommandOutput, import("..").WellArchitectedClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class UpdateAgentGoalCommand extends UpdateAgentGoalCommand_base { protected static __types: { api: { input: UpdateAgentGoalRequest; output: UpdateAgentGoalResponse; }; sdk: { input: UpdateAgentGoalCommandInput; output: UpdateAgentGoalCommandOutput; }; }; }