import { TestModuleMetadata } from '@angular/core/testing'; export declare class UofxTestBedBasicModule { private _moduleDef; getModuleDef(): TestModuleMetadata; setModuleDef(moduleDef: TestModuleMetadata): void; /** Initialize Testing Module. */ init(moduleDef: TestModuleMetadata): this; /** * Set ***HttpClientTestingModule***, ***BrowserAnimationsModule***, ***FormsModule***, * ***ReactiveFormsModule*** and ***TranslateModule.forRoot()***. */ setUpBasic: () => this; /** Set Angular RouterModule and provide Router and Router+ActivatedRoute spy. */ setUpRouter: () => this; /** Execute TestBed.configureTestingModule(). */ configureTestingModule: () => this; overrideProviders(component: any, providers: Array): void; setup(func: (def: TestModuleMetadata) => void): () => this; } export declare class UofxTestBedCoreModule extends UofxTestBedBasicModule { setUp_Uofx_AuthGuardService: () => this; setUp_I18nLoader: () => this; setUp_Uofx_I18NService: () => this; }