export class LoaderUtils {
    static extractUrlBase(url: string): string;

    static resolveURL(url: string, path: string): string;
}
