import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { UpdateVpcEndpointRequest, UpdateVpcEndpointResponse } from "../models/models_0"; export { __MetadataBearer }; 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, import("..").OpenSearchServerlessClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: UpdateVpcEndpointCommandInput, ): import("@smithy/core/client").CommandImpl< UpdateVpcEndpointCommandInput, UpdateVpcEndpointCommandOutput, import("..").OpenSearchServerlessClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class UpdateVpcEndpointCommand extends UpdateVpcEndpointCommand_base { protected static __types: { api: { input: UpdateVpcEndpointRequest; output: UpdateVpcEndpointResponse; }; sdk: { input: UpdateVpcEndpointCommandInput; output: UpdateVpcEndpointCommandOutput; }; }; }