import { GeoPlacesClient } from "@aws-sdk/client-geo-places"; import { AddListenerResponse, MigrationLatLngBounds } from "../common"; export declare class MigrationAutocomplete { #private; _client: GeoPlacesClient; constructor(inputField: HTMLInputElement, opts?: any); getBounds(): MigrationLatLngBounds; getFields(): any; getPlace(): any; setBounds(bounds: any): void; setFields(fields: any): void; setOptions(options: any): void; addListener(eventName: any, handler: any, listenerType?: string): AddListenerResponse; _getMaplibreGeocoder(): any; _setMapLibreGeocoder(geocoder: any): void; }