/** * URL.canParse() 静态方法的兼容实现 */ export declare function canParseUrl(url: string): boolean;