import type { CountryCode } from '../../core/models/country-code';
export declare const postalCodePatterns: Partial<Record<CountryCode, RegExp>>;
