import { ExpoConfig } from '../Config.types'; export declare function getGoogleServicesFilePath(config: ExpoConfig): string | null; export declare function setGoogleServicesFile(config: ExpoConfig, projectDirectory: string, targetPath?: string): Promise; /** * Adding the Google Services plugin * NOTE(brentvatne): string replacement is a fragile approach! we need a * better solution than this. */ export declare function setClassPath(config: ExpoConfig, buildGradle: string): string; export declare function applyPlugin(config: ExpoConfig, appBuildGradle: string): string;