import biometrics from './biometrics'; import compass from './compass'; import flashlight from './flashlight'; import gesture from './gesture'; import getNetworkInfo from './getNetworkInfo'; import makePhoneCall from './makePhoneCall'; import nfc from './nfc'; import ocr from './ocr'; import scanCode from './scanCode'; import scanner from './scanner'; import setScreenOrientation from './setScreenOrientation'; import startContinuousScan from './startContinuousScan'; import stopContinuousScan from './stopContinuousScan'; import getBluetoothPairedDevices from './getBluetoothPairedDevices'; import getAvailableBluetoothDevices from './getAvailableBluetoothDevices'; import startBluetoothListening from './startBluetoothListening'; import stopBluetoothListening from './stopBluetoothListening'; import pairAndConnectBluetoothDevices from './pairAndConnectBluetoothDevices'; import vibrate from './vibrate'; import addToCalendar from './addToCalendar'; import visualDetection from './visualDetection.inner'; /** * * @name device * @title 设备 */ declare const _default: { biometrics: typeof biometrics; compass: typeof compass; flashlight: typeof flashlight; gesture: typeof gesture; getNetworkInfo: typeof getNetworkInfo; makePhoneCall: typeof makePhoneCall; nfc: typeof nfc; ocr: typeof ocr; scanCode: typeof scanCode; scanner: typeof scanner; setScreenOrientation: typeof setScreenOrientation; startContinuousScan: typeof startContinuousScan; stopContinuousScan: typeof stopContinuousScan; getBluetoothPairedDevices: typeof getBluetoothPairedDevices; getAvailableBluetoothDevices: typeof getAvailableBluetoothDevices; startBluetoothListening: typeof startBluetoothListening; stopBluetoothListening: typeof stopBluetoothListening; vibrate: typeof vibrate; pairAndConnectBluetoothDevices: typeof pairAndConnectBluetoothDevices; addToCalendar: typeof addToCalendar; visualDetection: typeof visualDetection; }; export default _default;