import { AndroidConfig, type ConfigPlugin } from '@expo/config-plugins'; export declare const BLEPLX_DEBUG_LOGGING_PLIST_KEY = "BlePlxDebugLogging"; export declare const BLEPLX_DEBUG_LOGGING_ANDROID_META_DATA_NAME = "BlePlxDebugLogging"; export declare function setBlePlxDebugLoggingInfoPlist(infoPlist: Record, debugEnabled: boolean): Record; export declare function setBlePlxDebugLoggingAndroidManifest(androidManifest: AndroidConfig.Manifest.AndroidManifest, debugEnabled: boolean): AndroidConfig.Manifest.AndroidManifest; export declare const withBLEDebugLogging: ConfigPlugin<{ debugEnabled: boolean; }>;