export type TranslationsArgs = { 'project-dir': string; _: string[]; }; export type LocaleDetails = { systemName: string; providedName: string; filePath: string; }; //# sourceMappingURL=translation.d.ts.map