import type { TranslationData } from "../types"; /** * Reads and parses the languageData.json file * @param dataJsonPath - Path to languageData.json * @returns Parsed languageData.json contents, or null if file doesn't exist or is invalid */ export declare function readDataJson(dataJsonPath: string): TranslationData | null; //# sourceMappingURL=readDataJson.d.ts.map