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