export declare class ScriptLoaderService { private scripts; load(...scripts: string[]): Promise; loadScript(name: string): Promise; }