export interface ChangeNetworkEvent { sessionId: string; requestId: string; oldNetwork: string; }