declare const JSONParse: (text: string, reviver?: (this: any, key: string, value: any) => any) => any; export = JSONParse;