1 export interface ProxyConnectionStatistics { 2 startTime: number 3 bytesRead: number 4 bytesWritten: number 5 packetProcessErrorCount: number 6 }