export declare function normalizeUrl(url: string): string;
export declare function isValidUrl(url: string): boolean;
export declare function getPathName(url: string): string;
export declare function buildUrl(url: string, base?: string): URL | HTMLAnchorElement;
