import { ConfigPlugin } from '@expo/config-plugins'; import { PluginConfigType } from '../pluginConfig'; export declare function setAnalyticsPodfileWithoutAdIdSupport(src: string, enabled?: boolean): string; export declare function setAnalyticsPodfileGoogleAppMeasurementOnDeviceConversion(src: string, enabled?: boolean): string; export declare const withIosGoogleAppMeasurementOnDeviceConversion: ConfigPlugin; export declare const withIosWithoutAdIdSupport: ConfigPlugin;