export { downloadCityDb, getDbRevision, getDbPath, MAX_ITEMS_IN_CACHE_DEFAULT, getLastDbRevision, getReader, revisionString, getDbName, getPermanentLink, } from './geo-ip-utils'; export { geoIP, initCityDb, updateCityDb, startGeoIP, } from './geo-ip'; export { IMaxMindOptions, IMaxMindConfig, TEdition, CityResponseEx, IGeoIP, } from './interfaces';