import type { KeyCodeCommand } from "./KeyCodeCommand"; export declare const isKeyCode: (command: unknown) => command is KeyCodeCommand;