export declare const hasCommandModifier: (event: KeyboardEvent) => boolean; export declare const formatKeyboardShortcut: (shortcut: string) => string;