import { ValidatorFn } from "@angular/forms"; export declare function postalCodeValidatorFunction(countryCode: string): ValidatorFn;