import { AbstractControl } from "@angular/forms"; export declare function dateChecker(control: AbstractControl, config: any, operationType: string): { [key: string]: any; }; export declare function validateDate(control: AbstractControl, config: any, operationType: string): { [key: string]: any; };