import { Country } from '../shared/country.enum'; export declare const InternationalTargetLocations: { AFRICA: Country[]; EUROPE: Country[]; ASIA: Country[]; NORTH_AMERICA: Country[]; SOUTH_AMERICA: Country[]; OCEANIA: Country[]; };