import { ExpoConfig } from 'expo/config';
export declare function _copyAGConnectServicesFile(projectRoot: string, platformProjectRoot: string, agConnectServicesFile: string): Promise<void>;
export default function withAGConnectServicesFile(config: ExpoConfig, agConnectServicesFile: string): ExpoConfig;
