import { ChangeDetectorRef, OnDestroy, PipeTransform } from '@angular/core'; import { DateFnsConfigurationService } from './date-fns-configuration.service'; import type { Locale } from 'date-fns'; import { DateFnsFirstWeekDays, DateFnsWeekIndex } from './types'; import * as i0 from "@angular/core"; export declare class IsMatchPipe implements PipeTransform, OnDestroy { config: DateFnsConfigurationService; cd: ChangeDetectorRef; private localeChanged$; constructor(config: DateFnsConfigurationService, cd: ChangeDetectorRef); ngOnDestroy(): void; transform(dateString: string, formatString: string, options?: { locale?: Locale; weekStartsOn?: DateFnsWeekIndex; firstWeekContainsDate?: DateFnsFirstWeekDays; useAdditionalWeekYearTokens?: boolean; useAdditionalDayOfYearTokens?: boolean; }): boolean; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵpipe: i0.ɵɵPipeDeclaration; } export declare class IsMatchPipeModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; }