/** Dev-only Vite entrypoint that avoids stale sibling .js files under src/. */ export * from './azure/common'; export * from './azure/activityLogs'; export * from './azure/budgets'; export * from './azure/billingPlots'; export * from './azure/benefits'; export * from './azure/commitmentsPlanning'; export * from './azure/licensing'; export * from './azure/configs'; export * from './azure/metrics'; export * from './azure/payloads'; export * from './azure/portalArtifacts'; export * from './azure/prices'; export * from './azure/relationships'; export * from './azure/recommendations'; export * from './azure/recommendationAudit'; export * from './azure/recommendationWorkflow'; export * from './azure/recommendationState'; export * from './azure/resources'; export * from './azure/reports'; export * from './azure/reportingTemplates'; export * from './azure/reviewChecklist'; export * from './azure/advisorScore'; export * from './azure/resourceHealth'; export * from './azure/subscriptions'; export * from './azure/views'; export * from './azure/security'; export * from './azure/serviceRetirement'; export * from './azure/serviceRetirementState'; export * from './azure/resourceOptimization'; export * from './azure/storage-inventory'; export * from './azure/governance'; export * from './azure/publicIpAddresses'; export * from './azure/dataProtection'; export * from './azure/workManagement'; export * from './accounts/index'; export * from './assessments/index'; export * from './users/index'; export * from './common/provider'; export * from './common/index'; export * from './company/index'; export * from './scheduler'; export * from './ai/index'; export * from './events/index'; export * from './integrations/index'; export * from './identity/index'; export * from './features-and-permissions'; export * from './tags/index'; //# sourceMappingURL=index.vite.d.ts.map