import { ExpoConfig } from '@expo/config-types'; import { ConfigPlugin } from '../Plugin.types'; import { LocaleJson } from '../utils/locales'; export declare const withLocales: ConfigPlugin; export declare function getLocales(config: Pick): Record | null; export declare function setLocalesAsync(config: Pick, { projectRoot }: { projectRoot: string; }): Promise;