interface Scripts { name: string; src: string; } /** * related to the Script Service - Define any external libraries provided over a CDN here, * and the Script Service will be able to load them up for you. */ export declare const ScriptStore: Scripts[]; export {}; //# sourceMappingURL=script.store.d.ts.map