import { ProbeEmitter } from './ProbeEmitter'; export declare class BluetoothProbeEmitter extends ProbeEmitter { static WRITE_TRANSACTION_ID: string; static MONITOR_TRANSACTION_ID: string; static SERVICE_UUID: string; static WRITE_CHARACTERISTIC_UUID: string; static READ_CHARACTERISTIC_UUID: string; static TRANSACTION_COUNT: number; static STOP_COMMAND_PAYLOAD: string; bluetoothManager: any; bluetoothDevice: any; writeTransactionId: string; monitorTransactionId: string; constructor(bluetoothDevice: any, bluetoothManager: any); start(command: any, _mockCode: any): void; handleBleError(bleError: any): void; cancelPendingTransactions(): void; cancel(): Promise; sendStop(): Promise; } //# sourceMappingURL=BluetoothProbeEmitter.d.ts.map