/** * Read a JSON file. Throws an informative error if parsing fails. */ export declare function readJson(filePath: string): T; //# sourceMappingURL=readJson.d.ts.map