export interface IOutboundStat {
    outbound: string;
    uplink: number;
    downlink: number;
}
//# sourceMappingURL=outbound.d.ts.map