import { type ConfigPlugin } from '@expo/config-plugins'; import { BackgroundMode } from './withBLEBackgroundModes'; export { BackgroundMode }; declare const _default: ConfigPlugin; export default _default;