import { I18nInstance } from '@react-native-localize-ext/core';
export declare function useI18n(...i18nList: I18nInstance[]): void;
export declare function useLocale(i18n: I18nInstance): string;
