export declare function tryURLparse(raw: string): URL | null; export default tryURLparse;