/// export declare class BrowserWebBluetooth { _ble: any; constructor(); requestDevice(options: RequestDeviceOptions): Promise; }