import { PipeTransform } from '@angular/core'; export declare class DatePipe implements PipeTransform { private static readonly DATE_FORMAT_REGEXP; private static readonly MONTHS; transform(value: string, zone: string, format: string): string; private getOffsetDate; private getDate; private getHour; private toInt; private pad; }