export * from "./VoiceOver"; export { activate as macOSActivate } from "./activate"; export { Applications as MacOSApplications } from "./Applications"; export type { KeyboardCommand as MacOSKeyboardCommand } from "./KeyboardCommand"; export type { KeyCodeCommand as MacOSKeyCodeCommand } from "./KeyCodeCommand"; export { KeyCodes as MacOSKeyCodes } from "./KeyCodes"; export type { KeystrokeCommand as MacOSKeystrokeCommand } from "./KeystrokeCommand"; export { Modifiers as MacOSModifiers } from "./Modifiers"; export { quit as macOSQuit } from "./quit";