/** * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_Bluetooth_onBluetoothDeviceFound */ export declare const onBluetoothDeviceFound: (args: AsyncCallback<{ devices: BluetoothDevices[]; }>) => void; export default onBluetoothDeviceFound;