import BluetoothDevice from './BluetoothDevice'; import BluetoothError from './BluetoothError'; import { BluetoothEvent, BluetoothDeviceEvent, BluetoothDeviceReadEvent, BluetoothEventListener, BluetoothEventSubscription, BluetoothEventType } from './BluetoothEvent'; import BluetoothModule from './BluetoothModule'; import BluetoothNativeDevice from './BluetoothNativeDevice'; import BluetoothNativeModule, { StandardOptions } from './BluetoothNativeModule'; declare const _default: BluetoothModule; export default _default; export type { BluetoothDevice, BluetoothError, BluetoothEvent, BluetoothDeviceEvent, BluetoothDeviceReadEvent, BluetoothEventListener, BluetoothEventSubscription, BluetoothEventType, BluetoothNativeDevice, BluetoothNativeModule, StandardOptions, };