export default function isVAT(str: string, countryCode: string): boolean; export declare const vatMatchers: VatMatchers; declare type VatMatcher = (_str: string) => boolean; declare type VatMatchers = Record;