import { PipeTransform } from '@angular/core';
import * as i0 from "@angular/core";
export declare class KageTimeAgoPipe implements PipeTransform {
    transform(value: Date | string | number): string;
    static ɵfac: i0.ɵɵFactoryDeclaration<KageTimeAgoPipe, never>;
    static ɵpipe: i0.ɵɵPipeDeclaration<KageTimeAgoPipe, "timeAgo", true>;
}
