@class NSString, NSObject; @protocol OS_dispatch_queue; @interface CSSiriAssertionMonitor : CSEventMonitor { unsigned char _assertionState; NSObject *_queue; } @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; + (id)sharedInstance; - (void)_stopMonitoring; - (id)init; - (void)dealloc; - (void)_startMonitoringWithQueue:(id)a0; - (BOOL)isEnabled; - (void).cxx_destruct; - (void)_notifyObserver:(BOOL)a0; - (void)_notifyObserverBacklightOn:(BOOL)a0 atHostTime:(unsigned long long)a1; - (void)backlightOnAssertionReceived:(BOOL)a0 atHostTime:(unsigned long long)a1; - (void)disableAssertionReceived; - (void)enableAssertionReceived; @end