/** * @description: 删除浏览器?后的内容并更新地址 - 不引起页面刷新 * @param {true} update * @return {*} */ export declare const removeQuery: (update?: true) => void;