import type { BluetoothCommunicationPlugin } from './definitions';
declare const BluetoothCommunication: BluetoothCommunicationPlugin;
export * from './definitions';
export { BluetoothCommunication };
