import type { CountryCode } from '../types/datasets/country-code';
export declare const EEA_Countries: CountryCode[];
export declare const LOW_RISK_COUNTRIES: CountryCode[];
