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