import { OpenMeteoGeolocationCityToCoordinatesResponseModel } from '../models/geolocation.model'; import { OpenMeteoGeolocationService } from '../services/open-meteo-geolocation.service'; export declare class OpenMeteoGeolocationController { private readonly geolocationService; constructor(geolocationService: OpenMeteoGeolocationService); getCityCoordinates(city: string): Promise; }