export declare const isAbsoluteURL: (url: string) => boolean; export declare const combineURLs: (baseURL: string, relativeURL: string) => string;