import ConnectAttachment_ from './connectAttachment'; import ConnectPeer_ from './connectPeer'; import CoreNetwork_ from './coreNetwork'; import CustomerGatewayAssociation_ from './customerGatewayAssociation'; import Device_ from './device'; import GlobalNetwork_ from './globalNetwork'; import Link_ from './link'; import LinkAssociation_ from './linkAssociation'; import Site_ from './site'; import SiteToSiteVpnAttachment_ from './siteToSiteVpnAttachment'; import TransitGatewayPeering_ from './transitGatewayPeering'; import TransitGatewayRegistration_ from './transitGatewayRegistration'; import TransitGatewayRouteTableAttachment_ from './transitGatewayRouteTableAttachment'; import VpcAttachment_ from './vpcAttachment'; export declare namespace NetworkManager { const ConnectAttachment: typeof ConnectAttachment_; const ConnectPeer: typeof ConnectPeer_; const CoreNetwork: typeof CoreNetwork_; const CustomerGatewayAssociation: typeof CustomerGatewayAssociation_; const Device: typeof Device_; const GlobalNetwork: typeof GlobalNetwork_; const Link: typeof Link_; const LinkAssociation: typeof LinkAssociation_; const Site: typeof Site_; const SiteToSiteVpnAttachment: typeof SiteToSiteVpnAttachment_; const TransitGatewayPeering: typeof TransitGatewayPeering_; const TransitGatewayRegistration: typeof TransitGatewayRegistration_; const TransitGatewayRouteTableAttachment: typeof TransitGatewayRouteTableAttachment_; const VpcAttachment: typeof VpcAttachment_; type ConnectAttachment = ConnectAttachment_; type ConnectPeer = ConnectPeer_; type CoreNetwork = CoreNetwork_; type CustomerGatewayAssociation = CustomerGatewayAssociation_; type Device = Device_; type GlobalNetwork = GlobalNetwork_; type Link = Link_; type LinkAssociation = LinkAssociation_; type Site = Site_; type SiteToSiteVpnAttachment = SiteToSiteVpnAttachment_; type TransitGatewayPeering = TransitGatewayPeering_; type TransitGatewayRegistration = TransitGatewayRegistration_; type TransitGatewayRouteTableAttachment = TransitGatewayRouteTableAttachment_; type VpcAttachment = VpcAttachment_; }