import { Command as $Command } from "@smithy/smithy-client"; import { MetadataBearer as __MetadataBearer } from "@smithy/types"; import { EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes, } from "../EC2Client"; import { AcceptTransitGatewayClientVpnAttachmentRequest, AcceptTransitGatewayClientVpnAttachmentResult, } from "../models/models_0"; export { __MetadataBearer }; export { $Command }; export interface AcceptTransitGatewayClientVpnAttachmentCommandInput extends AcceptTransitGatewayClientVpnAttachmentRequest {} export interface AcceptTransitGatewayClientVpnAttachmentCommandOutput extends AcceptTransitGatewayClientVpnAttachmentResult, __MetadataBearer {} declare const AcceptTransitGatewayClientVpnAttachmentCommand_base: { new ( input: AcceptTransitGatewayClientVpnAttachmentCommandInput ): import("@smithy/smithy-client").CommandImpl< AcceptTransitGatewayClientVpnAttachmentCommandInput, AcceptTransitGatewayClientVpnAttachmentCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; new ( input: AcceptTransitGatewayClientVpnAttachmentCommandInput ): import("@smithy/smithy-client").CommandImpl< AcceptTransitGatewayClientVpnAttachmentCommandInput, AcceptTransitGatewayClientVpnAttachmentCommandOutput, EC2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes >; getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions; }; export declare class AcceptTransitGatewayClientVpnAttachmentCommand extends AcceptTransitGatewayClientVpnAttachmentCommand_base { protected static __types: { api: { input: AcceptTransitGatewayClientVpnAttachmentRequest; output: AcceptTransitGatewayClientVpnAttachmentResult; }; sdk: { input: AcceptTransitGatewayClientVpnAttachmentCommandInput; output: AcceptTransitGatewayClientVpnAttachmentCommandOutput; }; }; }