import { ExpoConfig } from '@expo/config';
import { Environment } from '../types';
declare function getConfig(env: Pick<Environment, 'config' | 'locations' | 'projectRoot'>): ExpoConfig;
export default getConfig;
