import { LocationsParams } from "../types/locationsParams"; import { NetworkResponse } from "../types/networkResponse"; export declare function getLocations(params: LocationsParams): Promise;