declare const JsonUtil: { parseJSON(str: string): string | Record; }; export default JsonUtil;