import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { UpdateVpcEndpointRequest, UpdateVpcEndpointResponse, } from "../models/models_0"; import { OpenSearchServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../OpenSearchServerlessClient"; export { __MetadataBearer }; export { $Command }; export interface UpdateVpcEndpointCommandInput extends UpdateVpcEndpointRequest {} export interface UpdateVpcEndpointCommandOutput extends UpdateVpcEndpointResponse, __MetadataBearer {} declare const UpdateVpcEndpointCommand_base: { new ( input: UpdateVpcEndpointCommandInput ): import("@smithy/smithy-client").CommandImpl< UpdateVpcEndpointCommandInput, UpdateVpcEndpointCommandOutput, OpenSearchServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: UpdateVpcEndpointCommandInput ): import("@smithy/smithy-client").CommandImpl< UpdateVpcEndpointCommandInput, UpdateVpcEndpointCommandOutput, OpenSearchServerlessClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class UpdateVpcEndpointCommand extends UpdateVpcEndpointCommand_base { protected static __types: { api: { input: UpdateVpcEndpointRequest; output: UpdateVpcEndpointResponse; }; sdk: { input: UpdateVpcEndpointCommandInput; output: UpdateVpcEndpointCommandOutput; }; }; }