import { Command as $Command } from "@smithy/core/client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { UpdateVpcEndpointRequest, UpdateVpcEndpointResponse, } from "../models/models_1"; import { OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../OpenSearchClient"; export { __MetadataBearer }; export { $Command }; export interface UpdateVpcEndpointCommandInput extends UpdateVpcEndpointRequest {} export interface UpdateVpcEndpointCommandOutput extends UpdateVpcEndpointResponse, __MetadataBearer {} declare const UpdateVpcEndpointCommand_base: { new ( input: UpdateVpcEndpointCommandInput ): import("@smithy/core/client").CommandImpl< UpdateVpcEndpointCommandInput, UpdateVpcEndpointCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: UpdateVpcEndpointCommandInput ): import("@smithy/core/client").CommandImpl< UpdateVpcEndpointCommandInput, UpdateVpcEndpointCommandOutput, OpenSearchClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): { [x: string]: unknown; }; }; export declare class UpdateVpcEndpointCommand extends UpdateVpcEndpointCommand_base { protected static __types: { api: { input: UpdateVpcEndpointRequest; output: UpdateVpcEndpointResponse; }; sdk: { input: UpdateVpcEndpointCommandInput; output: UpdateVpcEndpointCommandOutput; }; }; }