import { LocationForMapRO } from '@escapenavigator/types/dist/agregator/map/locations-for-map.ro'; import { QueryLocationsForMapDTO } from '@escapenavigator/types/dist/agregator/map/query-locations-for-map.dto'; import { ApiMethodDeclaration } from '../..'; type ParamsData = QueryLocationsForMapDTO; type ResponseData = LocationForMapRO[]; export declare const findLocationsForMap: ApiMethodDeclaration; export {};