@interface AXSSActionManager : NSObject - (BOOL)isInteractive; - (void)rebootDevice; - (void)toggleDock; - (void)toggleAppLibrary; - (void)toggleNotificationCenter; - (void)armApplePay; - (void)toggleQuickNote; - (void)lockScreen; - (void)endSwipe; - (void)moveDown; - (void)moveLeft; - (void)moveRight; - (void)moveUp; - (void)press; - (void)nextButton; - (void)performDefaultAction; - (void)lift; - (void)beginRotateLeft; - (void)goToLastElement; - (void)beginSwipeRight; - (void)goToNextSection; - (void)previousHeading; - (void)activateAccessibilityShortcut; - (void)activateSOS; - (void)activateSiri; - (void)activateTypeahead; - (void)begin3DTouch; - (void)beginPinchIn; - (void)beginPinchOut; - (void)beginRotateRight; - (void)beginSwipeDown; - (void)beginSwipeLeft; - (void)beginSwipeUp; - (void)beginTwoFingerSwipeDown; - (void)beginTwoFingerSwipeLeft; - (void)beginTwoFingerSwipeRight; - (void)beginTwoFingerSwipeUp; - (void)didPerformStandardCommandWithIdentifier:(id)a0; - (void)didSuppressCommand:(id)a0; - (void)end3DTouch; - (void)endPinch; - (void)endRotate; - (void)endTwoFingerSwipe; - (void)enterContainer; - (void)exitContainer; - (void)goHome; - (void)goToFirstElement; - (void)goToNextElementOfType:(unsigned long long)a0; - (void)goToPreviousElementOfType:(unsigned long long)a0; - (void)goToPreviousSection; - (void)handleCommand:(id)a0; - (void)moveInsideNext; - (void)moveInsidePrevious; - (void)movePointerToFocus; - (void)nextCheckbox; - (void)nextHeading; - (void)nextImage; - (void)nextLink; - (void)nextTable; - (void)nextTextField; - (void)openContextualMenu; - (void)performEscape; - (void)performSysdiagnose; - (void)previousButton; - (void)previousCheckbox; - (void)previousImage; - (void)previousLink; - (void)previousTable; - (void)previousTextField; - (void)rotateDevice; - (void)showAccessibilityActions; - (void)toggleAppSwitcher; - (void)toggleApplicationList; - (void)toggleControlCenter; - (void)toggleGesturesMode; - (void)toggleHelp; - (void)toggleMenuBar; - (void)togglePassthroughMode; - (void)toggleWindowList; - (void)twoFingerLift; - (void)twoFingerPress; - (void)willPerformStandardCommandWithIdentifier:(id)a0; @end