export type URLLike = Pick & { pathname: string; }; export declare function parseUrl(url: string): URLLike; //# sourceMappingURL=url-parser.d.ts.map