export declare function tryParseJSON(text: string, reviver?: (this: any, key: string, value: any) => any): any | undefined;
