/** * Checks if languageData.json has been modified more recently than the translation files * @param dataJsonPath - Path to languageData.json * @param translationsOutputDir - Directory containing translation files * @returns True if languageData.json is newer than the translation files */ export declare function isDataJsonNewer(dataJsonPath: string, translationsOutputDir: string): boolean; //# sourceMappingURL=isDataJsonNewer.d.ts.map