import { ModuleWithProviders } from '@angular/core'; /** * The primary shared Angular module for Loop * @author Sean Perkins * @export * @class LoopModule */ export declare class LoopModule { static forRoot(configuredProviders?: any[]): ModuleWithProviders; constructor(parentModule: LoopModule); }