importNetworkfrom'../network';
/**
* BLE characteristic for Network SSID
* @summary Hold the current SSID of the WIFI network connected
* @paramnetwork - network
*/
declare functionNetworkSsidCharacteristic(network: Network): void;
exportdefaultNetworkSsidCharacteristic;