export default function stripJsonComments(jsonString: any, { whitespace }?: {
    whitespace?: boolean | undefined;
}): string;
