import { ModuleWithProviders, Provider } from '@angular/core'; import * as i0 from "@angular/core"; import * as i1 from "./timeago.directive"; import * as i2 from "./timeago.pipe"; export interface TimeagoModuleConfig { clock?: Provider; intl?: Provider; formatter?: Provider; } export declare class TimeagoModule { /** * Use this method in your root module to provide the TimeagoModule */ static forRoot(config?: TimeagoModuleConfig): ModuleWithProviders; /** * Use this method in your other (non root) modules to import the directive/pipe */ static forChild(config?: TimeagoModuleConfig): ModuleWithProviders; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; }