import Destination_ from './destination'; import DeviceProfile_ from './deviceProfile'; import FuotaTask_ from './fuotaTask'; import MulticastGroup_ from './multicastGroup'; import NetworkAnalyzerConfiguration_ from './networkAnalyzerConfiguration'; import ServiceProfile_ from './serviceProfile'; import TaskDefinition_ from './taskDefinition'; import WirelessDevice_ from './wirelessDevice'; import WirelessGateway_ from './wirelessGateway'; import PartnerAccount_ from './partnerAccount'; import WirelessDeviceImportTask_ from './wirelessDeviceImportTask'; export declare namespace IoTWireless { const Destination: typeof Destination_; const DeviceProfile: typeof DeviceProfile_; const FuotaTask: typeof FuotaTask_; const MulticastGroup: typeof MulticastGroup_; const NetworkAnalyzerConfiguration: typeof NetworkAnalyzerConfiguration_; const ServiceProfile: typeof ServiceProfile_; const TaskDefinition: typeof TaskDefinition_; const WirelessDevice: typeof WirelessDevice_; const WirelessGateway: typeof WirelessGateway_; const PartnerAccount: typeof PartnerAccount_; const WirelessDeviceImportTask: typeof WirelessDeviceImportTask_; type Destination = Destination_; type DeviceProfile = DeviceProfile_; type FuotaTask = FuotaTask_; type MulticastGroup = MulticastGroup_; type NetworkAnalyzerConfiguration = NetworkAnalyzerConfiguration_; type ServiceProfile = ServiceProfile_; type TaskDefinition = TaskDefinition_; type WirelessDevice = WirelessDevice_; type WirelessGateway = WirelessGateway_; type PartnerAccount = PartnerAccount_; type WirelessDeviceImportTask = WirelessDeviceImportTask_; }