import { CfDialogService } from "codefoxui"; import { ElectronService } from "./electron.service"; import * as i0 from "@angular/core"; export declare class HotkeyService { dialogService: CfDialogService; electronService: ElectronService; attachedEvents: { [key: string]: string; }; setHotkey(eventName: string): void; startDocumentKeydownListener(): void; documentKeyup(keyboardEvent: KeyboardEvent): void; constructor(); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }