import { Config } from './config'; import { ModuleWithProviders } from '@angular/core'; import { TranslateService } from '@ngx-translate/core'; import { LocalStorageService } from './services/storage/local-storage.service'; export declare class UtilModule { private translate; private localStorage; static forRoot(config?: Config): ModuleWithProviders; static forChild(config?: Config): ModuleWithProviders; constructor(translate: TranslateService, localStorage: LocalStorageService); }