import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { DeleteVpcEndpointRequest, DeleteVpcEndpointResponse } from "../models/models_0"; export { __MetadataBearer }; export interface DeleteVpcEndpointCommandInput extends DeleteVpcEndpointRequest {} export interface DeleteVpcEndpointCommandOutput extends DeleteVpcEndpointResponse, __MetadataBearer {} declare const DeleteVpcEndpointCommand_base: { new ( input: DeleteVpcEndpointCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteVpcEndpointCommandInput, DeleteVpcEndpointCommandOutput, import("..").OpenSearchServerlessClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; new ( input: DeleteVpcEndpointCommandInput, ): import("@smithy/core/client").CommandImpl< DeleteVpcEndpointCommandInput, DeleteVpcEndpointCommandOutput, import("..").OpenSearchServerlessClientResolvedConfig, import("..").ServiceInputTypes, import("..").ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/types").EndpointParameterInstructions; }; export declare class DeleteVpcEndpointCommand extends DeleteVpcEndpointCommand_base { protected static __types: { api: { input: DeleteVpcEndpointRequest; output: DeleteVpcEndpointResponse; }; sdk: { input: DeleteVpcEndpointCommandInput; output: DeleteVpcEndpointCommandOutput; }; }; }