export * from "./resources"; export * from "./types"; /** * Initialize or update i18next with the target locale. * Handles both initial setup and language changes. * Falls back to defaultConfig.locale if no locale provided. */ export declare const initializeLocale: (locale?: string) => Promise;