import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { UpdateAgentContextRequest, UpdateAgentContextResponse } from "../models/models_0"; export { __MetadataBearer }; export interface UpdateAgentContextCommandInput extends UpdateAgentContextRequest {} export interface UpdateAgentContextCommandOutput extends UpdateAgentContextResponse, __MetadataBearer {} declare const UpdateAgentContextCommand_base: { new ( input: UpdateAgentContextCommandInput, ): import("@smithy/core/client").CommandImpl< UpdateAgentContextCommandInput, UpdateAgentContextCommandOutput, import("..").WellArchitectedClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: UpdateAgentContextCommandInput, ): import("@smithy/core/client").CommandImpl< UpdateAgentContextCommandInput, UpdateAgentContextCommandOutput, import("..").WellArchitectedClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class UpdateAgentContextCommand extends UpdateAgentContextCommand_base { protected static __types: { api: { input: UpdateAgentContextRequest; output: UpdateAgentContextResponse; }; sdk: { input: UpdateAgentContextCommandInput; output: UpdateAgentContextCommandOutput; }; }; }