/** * * 正则表达式集合 * */ /** * 验证http网址,并且不能有javascript后缀 */ export declare const URL_REGEXP: RegExp;