/**
 * This file patches the Electron IPCMain methods to track events
 * and send them to the renderer process.
 * It is required in the main process of the Electron app.
 */
export declare function monitorMain(): void;
