/** * @description 匹配是否为 url * @param str string * @returns boolean */ export declare const isURL: (str: string) => boolean;