export declare function trackBrowserWindow(win: Electron.BrowserWindow, _serverURL?: string): void;
export declare const contextMenuSetup: (webContent: Electron.WebContents, webContentID: number) => void;
