import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { UpdateContextRequest, UpdateContextResponse } from "../models/models_4"; export { __MetadataBearer }; export interface UpdateContextCommandInput extends UpdateContextRequest {} export interface UpdateContextCommandOutput extends UpdateContextResponse, __MetadataBearer {} declare const UpdateContextCommand_base: { new ( input: UpdateContextCommandInput, ): import("@smithy/core/client").CommandImpl< UpdateContextCommandInput, UpdateContextCommandOutput, import("..").SageMakerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: UpdateContextCommandInput, ): import("@smithy/core/client").CommandImpl< UpdateContextCommandInput, UpdateContextCommandOutput, import("..").SageMakerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class UpdateContextCommand extends UpdateContextCommand_base { protected static __types: { api: { input: UpdateContextRequest; output: UpdateContextResponse; }; sdk: { input: UpdateContextCommandInput; output: UpdateContextCommandOutput; }; }; }