import { Locale as DateFnLocale } from "date-fns"; export declare function useTranslations(): { locale: string; t: (key: keyof import("../i18n").Translations) => string | undefined; dateFnsLocale: () => DateFnLocale; }; //# sourceMappingURL=useTranslations.d.ts.map