import { AndroidConfig, ConfigPlugin } from '@expo/config-plugins'; import { ExpoConfig } from '@expo/config-types'; export declare const withAndroidAdMob: ConfigPlugin; export declare function getGoogleMobileAdsAppId(config: Pick): string | null; export declare function getGoogleMobileAdsAutoInit(config: Pick): boolean; export declare function setAdMobConfig(config: Pick, androidManifest: AndroidConfig.Manifest.AndroidManifest): AndroidConfig.Manifest.AndroidManifest;