import { i18n } from './i18n/setup';
import type { LanguageCode, I18nManager, Language, TranslationOptions, BabelPluginOptions, I18nConfig } from './types/react-native-i18n-auto';
import babelPlugin from './babel-plugin/babel-plugin-i18n-auto';
export type { LanguageCode, I18nManager, Language, TranslationOptions, BabelPluginOptions, I18nConfig, };
export { i18n };
export default babelPlugin;
//# sourceMappingURL=index.d.ts.map