/** * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_Bluetooth_offBluetoothDeviceFound */ export declare const offBluetoothDeviceFound: (args?: ((arg: any) => void) | undefined) => void; export default offBluetoothDeviceFound;