import { type IpcMainSourceEventResponse } from '../constants/ipc'; export declare const ipcInterceptor: { send(payload: any): void; subscribe(channel: string, id: string, callback: (data: IpcMainSourceEventResponse) => void): () => Electron.IpcRenderer; };