import { AsyncValidatorFn } from '@angular/forms'; export declare class PeriodValidator { static isValidPeriod(): AsyncValidatorFn | null; }