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