import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeleteAgentContextRequest, DeleteAgentContextResponse } from "../models/models_0"; export { __MetadataBearer }; export interface DeleteAgentContextCommandInput extends DeleteAgentContextRequest {} export interface DeleteAgentContextCommandOutput extends DeleteAgentContextResponse, __MetadataBearer {} declare const DeleteAgentContextCommand_base: { new ( input: DeleteAgentContextCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteAgentContextCommandInput, DeleteAgentContextCommandOutput, import("..").WellArchitectedClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DeleteAgentContextCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteAgentContextCommandInput, DeleteAgentContextCommandOutput, import("..").WellArchitectedClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DeleteAgentContextCommand extends DeleteAgentContextCommand_base { protected static __types: { api: { input: DeleteAgentContextRequest; output: {}; }; sdk: { input: DeleteAgentContextCommandInput; output: DeleteAgentContextCommandOutput; }; }; }