import { ModuleWithProviders } from '@angular/core'; import { TranslateServiceConfig } from './translate.config'; export declare class TranslateModule { static forRoot(config: TranslateServiceConfig): ModuleWithProviders; static forChild(config: TranslateServiceConfig): ModuleWithProviders; }