import type { AnyValueObject } from '../_types/global';
export declare function safeJSONParse(jsonString: any, fallback?: {}): AnyValueObject;
