import { AbstractControl } from '@angular/forms'; export declare function zipCodeValidator(control: AbstractControl): { [key: string]: { hint: string; }; };