import { PipeTransform } from '@angular/core'; export declare class FormatDateRPipe implements PipeTransform { transform(input: string): string; }