/** * Make shortcut command more human-readable * @param shortcut — string like 'CMD+B' */ export declare function beautifyShortcut(shortcut: string): string;