declare function safeParse (str: any, defaultVal: any, onerror?: Function): any export default safeParse