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