/**
 * 判断是否是链接
 */
declare function isUrl(val: string): boolean;

export { isUrl };
