import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { CreateContextRequest, CreateContextResponse } from "../models/models_1"; export { __MetadataBearer }; export interface CreateContextCommandInput extends CreateContextRequest {} export interface CreateContextCommandOutput extends CreateContextResponse, __MetadataBearer {} declare const CreateContextCommand_base: { new ( input: CreateContextCommandInput, ): import("@smithy/core/client").CommandImpl< CreateContextCommandInput, CreateContextCommandOutput, import("..").SageMakerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: CreateContextCommandInput, ): import("@smithy/core/client").CommandImpl< CreateContextCommandInput, CreateContextCommandOutput, import("..").SageMakerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class CreateContextCommand extends CreateContextCommand_base { protected static __types: { api: { input: CreateContextRequest; output: CreateContextResponse; }; sdk: { input: CreateContextCommandInput; output: CreateContextCommandOutput; }; }; }