export declare function shortcutStr(shortcut?: string | string[]): string; export declare const generateMenuShortcuts: (obj: any) => { [key in keyof T]: string; };