export declare const MODIFIER_KEYS: Set; export declare const INPUT_ELEMENTS: Set; /** Canonical key aliases for shortcut parsing and matching. */ export declare const KEY_ALIASES: Record; /** * Browser-reserved chords we refuse to register (warn and skip). * Values are normalized shortcut strings without platform mod resolution. */ export declare const BROWSER_SHORTCUT_BLACKLIST: Set; /** Default ms between keys in a sequence chord (e.g. `g i`). */ export declare const DEFAULT_SEQUENCE_TIMEOUT = 1000; //# sourceMappingURL=constants.d.ts.map