import { IpcBusService } from '@refinitiv-data/types'; export declare class ClientHandshake { private ipcBus; constructor(ipcBus: IpcBusService); connect(channel: string): Promise; private sendPing; }