import { Subject } from "rxjs/Subject"; export declare class ScriptService { private loaded; private list; private emitter; getChangeEmitter(): Subject; load(path: string, debug?: boolean): this; loadScript(path: string): Promise; }