import { PipeTransform } from '@angular/core'; export declare class FnsFormatPipe implements PipeTransform { transform(date: Date | undefined, formatBy?: string): string; }