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