/** * 验证是否为网址 * @param url {string} 网址 * @returns {boolean} boolean */ export default function isURL(url: string): boolean;