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