import { getHotkeyHandler } from "./parse-hotkey";
export { getHotkeyHandler };
export declare type HotkeyItem = [string, (event: KeyboardEvent) => void];
export declare function useHotkeys(hotkeys: HotkeyItem[]): void;
