import { JSONFile, JSONObject } from './json_file'; export declare class JSONC extends JSONFile { lineCommentPattern: RegExp; parse(content: string): JSONObject; finalize(content: JSONObject, rawContent: string): string; }