import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CreateAgentContextRequest, CreateAgentContextResponse } from "../models/models_0"; export { __MetadataBearer }; export interface CreateAgentContextCommandInput extends CreateAgentContextRequest {} export interface CreateAgentContextCommandOutput extends CreateAgentContextResponse, __MetadataBearer {} declare const CreateAgentContextCommand_base: { new ( input: CreateAgentContextCommandInput, ): import("@smithy/core/client").CommandImpl< CreateAgentContextCommandInput, CreateAgentContextCommandOutput, import("..").WellArchitectedClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: CreateAgentContextCommandInput, ): import("@smithy/core/client").CommandImpl< CreateAgentContextCommandInput, CreateAgentContextCommandOutput, import("..").WellArchitectedClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class CreateAgentContextCommand extends CreateAgentContextCommand_base { protected static __types: { api: { input: CreateAgentContextRequest; output: CreateAgentContextResponse; }; sdk: { input: CreateAgentContextCommandInput; output: CreateAgentContextCommandOutput; }; }; }