import { ExpoConfig } from '@expo/config-types'; import { InfoPlist } from './IosConfig.types'; export declare const withAdMob: import("..").ConfigPlugin; export declare function getGoogleMobileAdsAppId(config: Pick): string | null; export declare function setGoogleMobileAdsAppId(config: Pick, { GADApplicationIdentifier, ...infoPlist }: InfoPlist): InfoPlist;