import { PipeTransform } from '@angular/core'; import { L10nAsyncPipe } from '../models/l10n-async-pipe'; import { L10nIntlService } from '../services/l10n-intl.service'; import * as i0 from "@angular/core"; export declare class L10nTimeAgoPipe implements PipeTransform { protected intl: L10nIntlService; constructor(intl: L10nIntlService); transform(value: any, language: string, unit: Intl.RelativeTimeFormatUnit, options?: Intl.RelativeTimeFormatOptions): string | null; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵpipe: i0.ɵɵPipeDeclaration; } export declare class L10nTimeAgoAsyncPipe extends L10nAsyncPipe implements PipeTransform { protected intl: L10nIntlService; constructor(intl: L10nIntlService); transform(value: any, unit: Intl.RelativeTimeFormatUnit, options?: Intl.RelativeTimeFormatOptions, language?: string): string | null; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵpipe: i0.ɵɵPipeDeclaration; }