interface KeyboardAPI { pressKey(key: string, modifier?: string): void; } export declare const keyboard: KeyboardAPI; export {};