/// /** a wrapper would URL that does not throw when url is invalid */ export declare function safeURL(urlString: string, base?: string | URL): Partial;