import Electron from 'electron';
import { F as Factory } from '../../core-mOKtuP0F.mjs';
import { R as RpcCtx, a as RpcServerOptions } from '../../types-CoOCYe_X.mjs';
import 'phecda-core';
import '../../meta-EGS-4cNY.mjs';

interface ElectronCtx extends RpcCtx {
    type: 'electron';
    event: Electron.IpcMainEvent | Electron.IpcMainInvokeEvent;
}
declare function bind(IPC: Electron.IpcMain, { moduleMap, meta }: Awaited<ReturnType<typeof Factory>>, opts?: RpcServerOptions): void;

export { type ElectronCtx, bind };
