interface UseGlobalHotkeyOptions { notWhenInputFocused?: boolean; } export declare const useGlobalHotkey: (key: string, action: (event: KeyboardEvent) => void, options?: UseGlobalHotkeyOptions) => void; export {}; //# sourceMappingURL=useGlobalHotkey.d.ts.map