import { LatLng } from '../../types'; import { WaqiResponse } from './types'; /** * Fetch the closest station to the user's current position. * * @param gps - Latitude and longitude of the user's current position */ export declare function fetchByGps(gps: LatLng): Promise;