import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../EC2Client"; import { RevokeClientVpnIngressRequest, RevokeClientVpnIngressResult, } from "../models/models_7"; export { __MetadataBearer }; export { $Command }; export interface RevokeClientVpnIngressCommandInput extends RevokeClientVpnIngressRequest {} export interface RevokeClientVpnIngressCommandOutput extends RevokeClientVpnIngressResult, __MetadataBearer {} declare const RevokeClientVpnIngressCommand_base: { new ( input: RevokeClientVpnIngressCommandInput ): import("@smithy/smithy-client").CommandImpl< RevokeClientVpnIngressCommandInput, RevokeClientVpnIngressCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: RevokeClientVpnIngressCommandInput ): import("@smithy/smithy-client").CommandImpl< RevokeClientVpnIngressCommandInput, RevokeClientVpnIngressCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class RevokeClientVpnIngressCommand extends RevokeClientVpnIngressCommand_base { protected static __types: { api: { input: RevokeClientVpnIngressRequest; output: RevokeClientVpnIngressResult; }; sdk: { input: RevokeClientVpnIngressCommandInput; output: RevokeClientVpnIngressCommandOutput; }; }; }