/// <reference types="trusted-types" />
/**
 * Adds script element to document body and starts downloading provided script URL.
 * @param scriptUri Script URL.
 * @returns Script element added.
 */
export declare function loadScript(scriptUri: string | TrustedScriptURL): Promise<HTMLScriptElement>;
//# sourceMappingURL=loadScript.d.ts.map