import type { MicroModuleRuntime } from "./MicroModule.js"; import type { $IpcEvent } from "./ipc/ipc-message/IpcEvent.js"; declare const SHORTCUT_EVENT = "shortcut"; export type $IpcShortcutEvent = $IpcEvent; export declare const onShortcut: (runtime: MicroModuleRuntime, cb: (event: $IpcShortcutEvent) => unknown) => void; export {}; //# sourceMappingURL=ipcEventOnShortcut.d.ts.map