export declare const getLocale: (() => string) & { _LIT_LOCALIZE_GET_LOCALE_?: never; }, setLocale: ((newLocale: string) => Promise) & { _LIT_LOCALIZE_SET_LOCALE_?: never; }; export declare const changeLocale: (lang: string) => Promise; export declare const isRTL: () => boolean;