/**
 * 反序列化查询参数
 * @param {string} query 字符串
 */
declare function unserialize(str: any): {};
export default unserialize;
