export interface CurrentConnection {
    received: number;
    sent: number;
    duration: number;
}
//# sourceMappingURL=CurrentConnection.d.ts.map