/** * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_BLE_connectBLEDevice */ export declare const connectBLEDevice: (args: { deviceId: string; } & AsyncCallback) => void; export default connectBLEDevice; /** * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_BLE_connectBLEDevice */ export declare const connectBLEDeviceAsync: (args?: ({ deviceId: string; } & AsyncCallback) | undefined) => Promise;