import HTMLScriptElement from './HTMLScriptElement'; /** * Helper class for getting the URL relative to a Location object. */ export default class ScriptUtility { /** * Returns a URL relative to the given Location object. * * @param options Options. * @param options.element Element. * @param element */ static loadExternalScript(element: HTMLScriptElement): Promise; }