import { Country } from '../types/types';

type PostalCodeMatchers = Partial<{
    [key in Country]: string;
}>;
export declare const postalCodeMatchers: PostalCodeMatchers;
export {};
