/** Geolocation of the IP Address */
export declare enum GeolocationEnum {
    'at' = "at",
    'au' = "au",
    'be' = "be",
    'ca' = "ca",
    'ch' = "ch",
    'cz' = "cz",
    'de' = "de",
    'es' = "es",
    'fi' = "fi",
    'fr' = "fr",
    'gb' = "gb",
    'ie' = "ie",
    'in' = "in",
    'it' = "it",
    'lt' = "lt",
    'nl' = "nl",
    'pl' = "pl",
    'pt' = "pt",
    'sg' = "sg",
    'uk' = "uk",
    'us' = "us"
}
//# sourceMappingURL=GeolocationEnum.d.ts.map