import { type SupportedLocale } from '../lib/config'; export declare function useLocale(): { locale: any; changeLanguage: (newLocale: SupportedLocale) => Promise; isChanging: boolean; supportedLocales: any; }; //# sourceMappingURL=useLocale.d.ts.map