export { eventToHotkeyString, normalizeHotkey } from './hotkey.js'; export type { NormalizedHotkeyString } from './hotkey.js'; export { SequenceTracker, normalizeSequence } from './sequence.js'; export type { NormalizedSequenceString } from './sequence.js'; export { RadixTrie, Leaf } from './radix-trie.js'; export declare function install(element: HTMLElement, hotkey?: string): void; export declare function uninstall(element: HTMLElement): void;