export declare const stopBluetoothDevicesDiscovery: (option?: {}, ...args: any[]) => Promise & Record & TaroGeneral.CallbackResult>; export declare const startBluetoothDevicesDiscovery: (option?: {}, ...args: any[]) => Promise & Record & TaroGeneral.CallbackResult>; export declare const openBluetoothAdapter: (option?: {}, ...args: any[]) => Promise & Record & TaroGeneral.CallbackResult>; export declare const onBluetoothDeviceFound: (option?: {}, ...args: any[]) => Promise & Record & TaroGeneral.CallbackResult>; export declare const onBluetoothAdapterStateChange: (option?: {}, ...args: any[]) => Promise & Record & TaroGeneral.CallbackResult>; export declare const offBluetoothDeviceFound: (option?: {}, ...args: any[]) => Promise & Record & TaroGeneral.CallbackResult>; export declare const offBluetoothAdapterStateChange: (option?: {}, ...args: any[]) => Promise & Record & TaroGeneral.CallbackResult>; export declare const makeBluetoothPair: (option?: {}, ...args: any[]) => Promise & Record & TaroGeneral.CallbackResult>; export declare const isBluetoothDevicePaired: (option?: {}, ...args: any[]) => Promise & Record & TaroGeneral.CallbackResult>; export declare const getConnectedBluetoothDevices: (option?: {}, ...args: any[]) => Promise & Record & TaroGeneral.CallbackResult>; export declare const getBluetoothDevices: (option?: {}, ...args: any[]) => Promise & Record & TaroGeneral.CallbackResult>; export declare const getBluetoothAdapterState: (option?: {}, ...args: any[]) => Promise & Record & TaroGeneral.CallbackResult>; export declare const closeBluetoothAdapter: (option?: {}, ...args: any[]) => Promise & Record & TaroGeneral.CallbackResult>;