import WebContents = Electron.WebContents; declare type IpcEvent = { frameId: number; preventDefault: () => void; reply: (channel: string, ...args: any) => void; sender: WebContents; };