/** * @description: * @param {*} objUrl */ declare function objToUrl(objUrl: any): any; export default objToUrl;