/** Effective types for Network Stats */ export declare enum EffectiveConnectionType { TwoG = "2g", ThreeG = "3g", FourG = "4g", Slow2g = "slow-2g" }