import { IpcTransport } from './IpcTransport.js'; export declare function ipcHandshake(ipc: IpcTransport, event: string): Promise;