import { APPLICATION_CONTEXT_SETTER } from "../../@types/types"; import { IpcMain } from "electron"; import ElectronContextWindow from "../ElectronContextWindow"; import ElectronWindow from "../ElectronWindow"; export declare class ElectronIpcMain { ipcMain: IpcMain; contextWindow: ElectronContextWindow; constructor(_contextWindow: ElectronContextWindow); setRendererEvent(): void; getContextConfigInfo(target: ElectronWindow): APPLICATION_CONTEXT_SETTER; } //# sourceMappingURL=ElectronIpcMain.d.ts.map