import { PipeTransform } from '@angular/core'; export declare class LocalDatePipe implements PipeTransform { perpetuityLabel: string; constructor(); transform(value: any, currentLanguage: string, format: string): string; }