export * from "./macOS"; export * from "./windows"; export type { ClickOptions } from "./ClickOptions"; export type { CommandOptions } from "./CommandOptions"; export type { KeyboardCommand } from "./KeyboardCommand"; export type { KeyboardOptions } from "./KeyboardOptions"; export type { KeyCodeCommand } from "./KeyCodeCommand"; export type { KeystrokeCommand } from "./KeystrokeCommand"; export type { ScreenReader } from "./ScreenReader";