/** The Plans for Devices. */ export declare enum DevicePlan { /** Unknown Plan */ Unknown = "Unknown", /** The Pro Plan */ Pro = "Pro", /** The Passive Plan */ Passive = "Passive", /** The Base Plan */ Base = "Base", /** The vin-odometer plan */ VinOdometer = "VinOdometer", /** The HOS plan */ HOS = "HOS", /** The base + engine plan */ BaseEngine = "BaseEngine", /** The Pro Plus Plan */ ProPlus = "ProPlus", /** The pro no gps plan */ ProNoGps = "ProNoGps", /** The Enterprise Standard Plan */ EnterpriseStandard = "EnterpriseStandard", /** The rental mode 1 plan */ RentalMode1 = "RentalMode1", /** The api safety plan */ ApiSafety = "ApiSafety", /** The api maintenance plan */ ApiMaintenance = "ApiMaintenance", /** The api base plan */ ApiBase = "ApiBase", /** The api pro plan */ ApiPro = "ApiPro", /** The safety + ODO plan */ SafetyOdo = "SafetyOdo", /** The maintenance plan. */ Maintenance = "Maintenance", /** The base + fuel plan */ BaseFuel = "BaseFuel", /** The pro plus + winter ops plan */ ProPlusWinterOps = "ProPlusWinterOps", /** The pro plus + car share plan */ ProPlusCarShare = "ProPlusCarShare", /** The ProPlus + Wifi plan. */ ProPlusWifi = "ProPlusWifi", /** The Base + Engine DTC plan. */ BaseEngineDtc = "BaseEngineDtc", /** The safety plan. */ Safety = "Safety", /** The Suspend Plan */ Suspend = "Suspend", /** The Terminate Plan */ Terminate = "Terminate", /** Fuel BI Standard plan */ FuelBIStandard = "FuelBIStandard", /** Zendu Maintenance plan */ ZenduMaint = "ZenduMaint", /** D2GO Driver Challenge plan */ D2GODriverChallengeStandard = "D2GODriverChallengeStandard", /** Optimum Fleet Health rate plan */ OFHMaintTriage = "OFHMaintTriage", /** Optimum Fleet Health rate plan */ OFHMaintStayfit = "OFHMaintStayfit", /** R4Me Notify4Me Base rate plan */ R4MeNotify4MeBase = "R4MeNotify4MeBase", /** R4Me Notify4Me Pro rate plan */ R4MeNotify4MePro = "R4MeNotify4MePro", /** R4Me Dispatch4 Me Base rate plan */ R4MeDispatch4MeBase = "R4MeDispatch4MeBase", /** R4Me Dispatch4Me Pro rate plan */ R4MeDispatch4MePro = "R4MeDispatch4MePro", /** R4Me Optimization4Me Base rate plan */ R4MeOptimization4MeBase = "R4MeOptimization4MeBase", /** R4Me Optimization4Me Pro rate plan */ R4MeOptimization4MePro = "R4MeOptimization4MePro", /** Zendu Maintenance Basic rate plan */ ZenduMaintBasic = "ZenduMaintBasic", /** Zendu Maintenance Pro rate plan */ ZenduMaintPro = "ZenduMaintPro", /** R4Me Basic */ R4MeBasic = "R4MeBasic", /** Geotab Data Science Package */ GeotabDataSciencePackage = "GeotabDataSciencePackage", /** Sawatchez EV */ SawatchezEV = "SawatchezEV", /** SurfsightON1 */ SurfsightON1 = "SurfsightON1" } //# sourceMappingURL=device_plan.d.ts.map