import { City } from '@maxmind/geoip2-node'; import { Hub } from '../types'; export declare function fetchIpLocationInternally(ipAddress: string, server: Hub): Promise;