/**
 * Add this to your imports of your angular module to automatically add all remote modules to the app.
 */
// @ts-ignore (Needed workaround for the angular compiler to be able to import this variable into the "imports" section of a NgModule)
export declare const loadedModules: any[] = [];
