export function pathJoin(...parts: string[]): string;
export function getUrlParam(name: string, url?: string): string | undefined;
