import type { ObjectStrStr } from '@/type.d'; /** * 获取当前浏览器url参数 * @returns {ObjectStrStr} */ export declare function getCurrentUrlParams(): ObjectStrStr;