import * as geoip from "geoip-country"; export declare function lookupIp(address: string): geoip.Lookup;