/**
 * Load a script (identified by an url). When the url returns, the
 * content of this file is added into a new script element, attached to the DOM (body element)
 * @param scriptUrl defines the url of the script to laod
 * @param scriptId defines the id of the script element
 */
export declare function loadScript(scriptUrl: string, scriptId?: string): Promise<Event>;
//# sourceMappingURL=load-script.d.ts.map