import { PipeTransform, ChangeDetectorRef, OnDestroy } from '@angular/core'; import { DateFnsConfigurationService } from './date-fns-configuration.service'; import { DateFnsInputDate } from './types'; import { Locale } from 'date-fns'; import * as i0 from "@angular/core"; export declare class FormatPipe implements PipeTransform, OnDestroy { config: DateFnsConfigurationService; cd: ChangeDetectorRef; private localeChanged$; constructor(config: DateFnsConfigurationService, cd: ChangeDetectorRef); ngOnDestroy(): void; transform(date: DateFnsInputDate | null | undefined, dateFormat: string, options?: { locale?: Locale; weekStartsOn?: 0 | 1 | 2 | 3 | 4 | 5 | 6; firstWeekContainsDate?: number; useAdditionalWeekYearTokens?: boolean; useAdditionalDayOfYearTokens?: boolean; }): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵpipe: i0.ɵɵPipeDeclaration; } export declare class FormatPipeModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; }