import { ValidatorFn } from '@angular/forms'; export declare class FararuValidators { static persianDateValidator(required: boolean): ValidatorFn; }