/** * 获取当前 URL 路径(不带参数) * * @return {String} 路径 */ declare const getUrlPath: () => string; export default getUrlPath;