import { KeyboardCommand } from "./macOS/KeyboardCommand"; export declare const isKeyboard: (command: unknown) => command is KeyboardCommand;