/** * 判断是否是 URL */ export declare function isValidURL(str: string): boolean;