import { ReverseGeocodingOptions } from './interfaces/index'; /** * vector tiles settings for each country */ declare const countryOptions: { [s: string]: ReverseGeocodingOptions; }; export default countryOptions;