import { ValidatorFn } from "@angular/forms"; export declare function NationalCodeValidatorFn(): ValidatorFn; export declare function nationalCodeVerify(params: any): boolean;