export default objectToParams; /** * 对象转换成链接上拼接的参数 **/ declare function objectToParams(obj: any): string;