import { type KeyBinding } from "./keymap.js"; export declare function humanizeChord(chord: string): string; export declare function formatShortcutsReference(bindings?: readonly KeyBinding[]): string;