export declare function cleanTrailingCommas(jsonString: string): string; /** * Strips comments from a JSON string * @param jsonString - The JSON string that may contain comments * @returns JSON string with comments removed */ export declare function stripComments(jsonString: string): string;