import { PipeTransform } from '@angular/core'; import * as moment_ from 'moment'; export declare class DatePipe implements PipeTransform { moment: typeof moment_; transform(date: any, format: any): any; }