import * as i0 from "@angular/core"; export declare class ScriptService { /** * NOT CURRENTLY IN USE: * * * This script service can be injected to load up externally referenced javascript libraries * from a CDN (content delivery network). For really large libraries (like pyodide for python * processing) this makes loading the libraries a lot faster, and reduces the overall load time * of this library and whatever it is injected into. * @private */ private scripts; constructor(); load(...scripts: string[]): Promise; loadScript(name: string): Promise; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; } //# sourceMappingURL=script.service.d.ts.map