import { PipeTransform } from '@angular/core';
import * as moment from 'moment';
import * as i0 from "@angular/core";
export declare class MomentFromNowPipe implements PipeTransform {
    transform(value: moment.MomentInput): string;
    static ɵfac: i0.ɵɵFactoryDeclaration<MomentFromNowPipe, never>;
    static ɵpipe: i0.ɵɵPipeDeclaration<MomentFromNowPipe, "momentFromNow">;
}
