import { BaseEventHandler } from '../BaseEventHandler'; import { WORKER_TO_AGENT } from '../../../contract'; import { ClientInfoResponseEvent } from '../../../contract/A_W'; export declare class ClientInfoHandler extends BaseEventHandler { eventType: typeof WORKER_TO_AGENT.ClientInfoRequestEvent; processor(evt: WORKER_TO_AGENT.ClientInfoRequestEvent): Promise; }