export declare const matchHotKey: (hotKey: string, event: KeyboardEvent) => boolean | RegExpMatchArray; export declare function matchHotkeyNew(hotkey: string, event: KeyboardEvent): RegExpMatchArray;