export interface NewPayloadEvent { requestId: string; sessionId: string; payload: string; }