export declare function jsonParse(inputStr: string): any; export declare function jsonRespParse(inputStr: string, cgi?: string): any;