export declare function isPlainObject(obj: any): boolean; export declare function isJson(obj: any): boolean; export declare function parseJsonWithComments(jsonWithComments: string): any;