import { II18nLocale } from '../types'; /** * Gets the list of all locales supported by the native environment. * @returns The list of locales supported by the native environment. */ export declare function getLocales(): II18nLocale[];