import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { UpdateEndpointInput, UpdateEndpointOutput } from "../models/models_4"; export { __MetadataBearer }; export interface UpdateEndpointCommandInput extends UpdateEndpointInput {} export interface UpdateEndpointCommandOutput extends UpdateEndpointOutput, __MetadataBearer {} declare const UpdateEndpointCommand_base: { new ( input: UpdateEndpointCommandInput, ): import("@smithy/core/client").CommandImpl< UpdateEndpointCommandInput, UpdateEndpointCommandOutput, import("..").SageMakerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: UpdateEndpointCommandInput, ): import("@smithy/core/client").CommandImpl< UpdateEndpointCommandInput, UpdateEndpointCommandOutput, import("..").SageMakerClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class UpdateEndpointCommand extends UpdateEndpointCommand_base { protected static __types: { api: { input: UpdateEndpointInput; output: UpdateEndpointOutput; }; sdk: { input: UpdateEndpointCommandInput; output: UpdateEndpointCommandOutput; }; }; }