import { Units } from "./units";
export interface NetworkSpeedInfo {
    speed: number;
    unit: Units;
}
