import type { KeyEvent } from "./key-event.js"; export declare function chordFromKey(key: KeyEvent): string;