/**
 * Joins the multiple parts with '/' to create a url
 *
 * @param parts the distinct parts of the url to join
 */
export declare function urlPathJoin(...parts: string[]): string;
