export declare enum Geolocation { GLS = 0, USC = 1, EU = 2, USE = 4, USW = 8, AF = 16, AS = 32, AU = 64, GL = 65535 } export declare function calcGeoLatency(reqGeo: Geolocation, pGeo: Geolocation): number; export declare function GeolocationFromString(geolocation: string): Geolocation;