declare const _exports: { "json.is_valid": typeof isValidJSON; }; export = _exports; declare function isValidJSON(str: any): boolean;