import type { Type } from 'injection-js'; import { ElectronMainEmitter, BrowserWindow } from './electron-types'; interface CommandQueryOrEvent { type: string; payload: unknown; } export declare const connectWindow: (windowInstance: BrowserWindow) => void; export declare const emitEvent: (data: CommandQueryOrEvent) => void; export declare const bootstrapModule: (targetModule: Type, emitter: ElectronMainEmitter) => void; export {}; //# sourceMappingURL=bootstrap-module.d.ts.map