import { GlobalShortcut } from "electron"; import ElectronContextWindow from "../ElectronContextWindow"; export declare class ElectronGlobalShortcut { shortcut: GlobalShortcut; contextWindow: ElectronContextWindow; isRegistered: boolean; constructor(_contextWindow: ElectronContextWindow); removeGlobalShortcuts(): void; setGlobalShortcuts(): void; setShortcuts(shortCuts: any): void; } //# sourceMappingURL=ElectronGlobalShortcut.d.ts.map