/// import { Geolocation } from '../lib/location'; export declare function getLocation(request: Request): Geolocation | null; export declare function normalizeCityName(cityName: string): string;