declare const useKeyboardShortcut: (key?: string, callback?: () => void | Promise) => void; export { useKeyboardShortcut };