export default class UrlUtil { static join(relativeUrl: string, parentUrl: string): string; static getResourcePath(url: string): string; }