import { Observable } from 'rxjs'; import * as i0 from "@angular/core"; export declare abstract class TimeagoClock { abstract tick(then: number): Observable; } export declare class TimeagoDefaultClock extends TimeagoClock { tick(then: number): Observable; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }