/** * Get full country name from user's timezone * @returns Full country name or null if timezone is unavailable */ export declare function getCountry(): string | null; /** * Get country code (ISO 3166-1 alpha-2) from user's timezone * Privacy-friendly alternative to IP geolocation * @returns ISO 3166-1 alpha-2 country code (e.g., "US", "GB") or "Unknown" */ export declare function getCountryCodeFromTimezone(): string; export declare function getState(): string | null; //# sourceMappingURL=countries.d.ts.map