import connectAS1000ByBluetooth from './connectAS1000ByBluetooth'; import startAS1000Listening from './startAS1000Listening'; import stopAS1000Listening from './stopAS1000Listening'; import switchAS1000DataType from './switchAS1000DataType'; import disconnectAS1000ByBluetooth from './disconnectAS1000ByBluetooth'; import connectExpertByBluetooth from './connectExpertByBluetooth'; import startExpertListening from './startExpertListening'; import stopExpertListening from './stopExpertListening'; import disconnectExpertByBluetooth from './disconnectExpertByBluetooth'; /** * * @name externalDevice * @title 外部设备 */ declare const _default: { connectAS1000ByBluetooth: typeof connectAS1000ByBluetooth; startAS1000Listening: typeof startAS1000Listening; stopAS1000Listening: typeof stopAS1000Listening; switchAS1000DataType: typeof switchAS1000DataType; disconnectAS1000ByBluetooth: typeof disconnectAS1000ByBluetooth; connectExpertByBluetooth: typeof connectExpertByBluetooth; startExpertListening: typeof startExpertListening; stopExpertListening: typeof stopExpertListening; disconnectExpertByBluetooth: typeof disconnectExpertByBluetooth; }; export default _default;