declare enum band {
    "2d4g" = "2.4 GHz",
    "5g" = "5 GHz",
    "6g" = "6 GHz",
    "60g" = "60 GHz"
}

export { band as default };
