import Electron from 'electron';
import { F as Factory } from '../../core-nqk9d66O.mjs';
import { R as RpcCtx, a as RpcServerOptions } from '../../types-f_hV_rCD.mjs';
import 'phecda-core';
import '../../meta-ZbvaS7xK.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 };
