import { NormalizedHotkeyString } from './hotkey.js'; export declare function isFormField(element: Node): boolean; export declare function fireDeterminedAction(el: HTMLElement, path: readonly NormalizedHotkeyString[]): void; export declare function expandHotkeyToEdges(hotkey: string): NormalizedHotkeyString[][];