///
import { EventEmitter } from 'node:events';
import { Client, Event } from '@sentry/core';
import { WebContents } from 'electron';
import { ElectronMainOptionsInternal } from './sdk.js';
interface IpcMainEvents {
'pageload-transaction': [event: Event, contents: WebContents | undefined];
}
export declare const ipcMainHooks: EventEmitter;
/** Sets up communication channels with the renderer */
export declare function configureIPC(client: Client, options: ElectronMainOptionsInternal): void;
export {};
//# sourceMappingURL=ipc.d.ts.map