import { ValidatorFn } from "@angular/forms"; import { AddressCommonShape } from '../interface/address-common-shape.interface'; export declare function nlPostCodeValidator(address: AddressCommonShape): ValidatorFn;