import type Geocoder from './lib/geocoder';
export type { Geocoder };
export declare function getGeocoder(geocoderAdapter: string, options: any): Geocoder;
