export declare function combineURLs(baseURL: string, relativeURL: string): string;
