export interface IUserStat {
    username: string;
    uplink: number;
    downlink: number;
}
//# sourceMappingURL=user.interface.d.ts.map