export declare function joinUrls(...parts: string[]): string; export declare function createUrl(...parts: string[]): URL;