import { ValidatorFn } from '@angular/forms'; export declare class CustomValidators { static core(errorKey: string, valid: boolean, errorMessage: string): ValidatorFn; }