import { ExpoConfig } from '../Config.types'; export declare function getLocales(config: ExpoConfig): boolean; export declare function setLocalesAsync(config: ExpoConfig, projectRoot: string): void;