@class HMDEventCountersManager; @interface HMDLogEventHAPMetricsEventAnalyzer : HMDLogEventAnalyzer @property (readonly) HMDEventCountersManager *eventCountersManager; + (id)managedEventCounterRequestGroups; - (void).cxx_destruct; - (void)didReceiveEventFromDispatcher:(id)a0; - (void)resetAggregationAnalysisContext; - (id)initWithEventCountersManager:(id)a0; - (void)populateAggregationAnalysisLogEvent:(id)a0; @end