declare type WFNetworkDetailsNetwork = ('Wi-Fi' | 'Cellular');
export default WFNetworkDetailsNetwork;
