export type TranslationsArgs = { locale: string | string[]; contentDir: string; }; export type LocaleDetails = { systemName: string; providedName: string; filePath: string; }; //# sourceMappingURL=types.d.ts.map