export namespace NetworkInfo { function getSSID(): Promise; function getBSSID(): Promise; function getBroadcast(): Promise; function getIPAddress(): Promise; function getIPV4Address(): Promise; function getSubnet(): Promise; function getGatewayIPAddress(): Promise; function getFrequency(): Promise; }