import AccessPolicy_ from './accessPolicy'; import Asset_ from './asset'; import AssetModel_ from './assetModel'; import Dashboard_ from './dashboard'; import Gateway_ from './gateway'; import Portal_ from './portal'; import Project_ from './project'; export declare namespace IoTSiteWise { const AccessPolicy: typeof AccessPolicy_; const Asset: typeof Asset_; const AssetModel: typeof AssetModel_; const Dashboard: typeof Dashboard_; const Gateway: typeof Gateway_; const Portal: typeof Portal_; const Project: typeof Project_; type AccessPolicy = AccessPolicy_; type Asset = Asset_; type AssetModel = AssetModel_; type Dashboard = Dashboard_; type Gateway = Gateway_; type Portal = Portal_; type Project = Project_; }