export declare function safeJsonParse(string: string, returnRaw?: boolean): any;
