import { GeolocationData } from "./types"; /** * Get country and locale from timezone and navigator */ export declare function getCountryAndLocale(): GeolocationData;