import type { GetNearestPOIQueryParams, GetNearestPOIResponse } from '@vepler/area-reference-types/routes/poi'; export declare function getNearestPoi(params: GetNearestPOIQueryParams): Promise;