/** Strip `//` line comments and trailing commas from JSON, leaving string literals untouched. */ export declare function stripJsonComments(input: string): string; //# sourceMappingURL=json.d.ts.map