import { ConnectionHandler } from '../../common/messaging/handler';
/**
 * Name of the channel used with `ipcMain.on/emit`.
 */
export declare const THEIA_ELECTRON_IPC_CHANNEL_NAME = "theia-electron-ipc";
/**
 * Electron-IPC-specific connection handler.
 * Use this if you want to establish communication between the frontend and the electron-main process.
 */
export declare const ElectronConnectionHandler: unique symbol;
export interface ElectronConnectionHandler extends ConnectionHandler {
}
//# sourceMappingURL=electron-connection-handler.d.ts.map