/** Strip `//` line comments and trailing commas from JSON, leaving string literals untouched. */ export declare function stripJsonComments(input: string): string;