import Network from '../network';
/**
 * BLE characteristic for Network SSID
 * @summary Hold the current SSID of the WIFI network connected
 * @param network - network
 */
declare function NetworkSsidCharacteristic(network: Network): void;
export default NetworkSsidCharacteristic;
