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