export declare class TranslationsConfiguration { private readonly rootPath; private _translationsConfiguration; constructor(rootPath: string); getLocaleIndexes(locales: string[]): Promise<{ name: string; id: string; }[]>; private getLocales; } //# sourceMappingURL=translations.d.ts.map