import { ExpoConfig } from '@expo/config-types'; import { XcodeProject } from 'xcode'; import { ConfigPlugin, ModProps } from '../Plugin.types'; import { InfoPlist } from './IosConfig.types'; export declare const withGoogle: ConfigPlugin; export declare const withGoogleServicesFile: ConfigPlugin; export declare function getGoogleSignInReservedClientId(config: Pick, modRequest: Pick, 'projectRoot'>): string | null; export declare function getGoogleServicesFile(config: Pick): string | null; export declare function setGoogleSignInReservedClientId(config: Pick, infoPlist: InfoPlist, modRequest: Pick, 'projectRoot'>): InfoPlist; export declare function setGoogleConfig(config: Pick, infoPlist: InfoPlist, modRequest: ModProps): InfoPlist; export declare function setGoogleServicesFile(config: Pick, { projectRoot, project }: { project: XcodeProject; projectRoot: string; }): XcodeProject;