/** * 快捷键 */ export declare class Hotkey { private readonly hotkeyMap; constructor(hotkeys: Record); run(hotkey: string): void; }