//#region src/init/utils/jsonParser.d.ts
/**
 * Helper to parse JSON that may contain comments (tsconfig allows comments)
 */
declare const parseJSONWithComments: (jsonString: string) => any;
//#endregion
export { parseJSONWithComments };
//# sourceMappingURL=jsonParser.d.ts.map