export declare const getLocale: (() => string) & { _LIT_LOCALIZE_GET_LOCALE_?: undefined; }, setLocale: ((newLocale: string) => Promise) & { _LIT_LOCALIZE_SET_LOCALE_?: undefined; }; export declare const setLocaleFromUrl: () => Promise; //# sourceMappingURL=jio-locale.d.ts.map