import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../EC2Client"; import { DeleteClientVpnEndpointRequest, DeleteClientVpnEndpointResult, } from "../models/models_2"; export { __MetadataBearer }; export { $Command }; export interface DeleteClientVpnEndpointCommandInput extends DeleteClientVpnEndpointRequest {} export interface DeleteClientVpnEndpointCommandOutput extends DeleteClientVpnEndpointResult, __MetadataBearer {} declare const DeleteClientVpnEndpointCommand_base: { new ( input: DeleteClientVpnEndpointCommandInput ): import("@smithy/smithy-client").CommandImpl< DeleteClientVpnEndpointCommandInput, DeleteClientVpnEndpointCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: DeleteClientVpnEndpointCommandInput ): import("@smithy/smithy-client").CommandImpl< DeleteClientVpnEndpointCommandInput, DeleteClientVpnEndpointCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class DeleteClientVpnEndpointCommand extends DeleteClientVpnEndpointCommand_base { protected static __types: { api: { input: DeleteClientVpnEndpointRequest; output: DeleteClientVpnEndpointResult; }; sdk: { input: DeleteClientVpnEndpointCommandInput; output: DeleteClientVpnEndpointCommandOutput; }; }; }