/** * Detect country from GeoIP service. * Attempts to fetch country code from external API with timeout */ export declare function detectCountryFromGeoIP(url?: string, timeout?: number): Promise; export declare function detectByGeoIp(): Promise; //# sourceMappingURL=utils.d.ts.map