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