import { ConfigPlugin } from '@expo/config-plugins'; export declare const withUserTrackingPermission: ConfigPlugin<{ userTrackingPermission?: string; } | void>;