/** * Get common regions for a language, based on our standard locales. */ export declare const getCommonRegionsForLanguage: (language: string) => Array; /** * Get common languages for a region, based on our standard locales. */ export declare const getCommonLanguagesForRegion: (region: string) => Array;