/** * Returns an object from a JSON string * * @param args * @returns */ declare const jsonParse: (...args: any[]) => any; export default jsonParse;