/** * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_Bluetooth_stopBluetoothDevicesDiscovery */ export declare const stopBluetoothDevicesDiscovery: (args?: AsyncCallback | undefined) => void; export default stopBluetoothDevicesDiscovery; /** * @doc https://miniprogram.alipay.com/docs/miniprogram/mpdev/API_Device_Bluetooth_Bluetooth_stopBluetoothDevicesDiscovery */ export declare const stopBluetoothDevicesDiscoveryAsync: (args?: import("@hylid/call/lib/promisify").Options | undefined) => Promise;