export declare enum GeoZoneType { COUNTRY = "country", PROVINCE = "province", CITY = "city", ZIP = "zip" } //# sourceMappingURL=geo-zone.d.ts.map