export declare const BluetoothState: { UNAVAILABLE: string; IDLE: string; SCANNING: string; CONNECTED: string; CONNECTING: string; }; export declare const DEVICE_NAME_PREFIX = "Sonda_"; export declare const MINIMUM_SIGNAL_STRENGTH = -80; export declare const RECONNECT_TIMEOUT_MS = 10000; export declare const COMMUNICATION_INTERVAL_PER_PROBE_IN_MS = 500; //# sourceMappingURL=constants.d.ts.map