import { AbstractIntlMessages } from 'next-intl'; export declare const loadI18nTranslations: (dictionariesPath: string, locale: string, enableTypeCheck?: boolean) => AbstractIntlMessages; export declare const loadMessages: (dictionariesPath: string) => { [key: string]: any; }; //# sourceMappingURL=index.d.ts.map