export type { BleManager } from "react-native-ble-plx"; export type Device = any; export type Characteristic = any; export type ReconnectionConfig = { pairingThreshold: number; delayAfterFirstPairing: number; }; //# sourceMappingURL=types.d.ts.map