import { ConfigPlugin } from '@expo/config-plugins'; type VeepooSDKPluginProps = { bluetoothAlwaysPermission?: string; bluetoothPeripheralPermission?: string; }; declare const withVeepooSDK: ConfigPlugin; export default withVeepooSDK; //# sourceMappingURL=index.d.ts.map