@interface CSAlwaysOnProcessorStateMonitor : CSEventMonitor { BOOL _isListeningEnabled; int _notifyToken; } + (id)sharedInstance; - (void)_stopMonitoring; - (id)init; - (void)_startMonitoringWithQueue:(id)a0; - (void)_notifyObserver:(id)a0 withEnabled:(BOOL)a1; - (BOOL)isEnabled; - (void)_didReceiveAOPListeningStateChange:(BOOL)a0; @end