import { ListingFilterParams, ListingQueryParams } from "../types/params/listings"; declare const paramsToSearchRequest: (params: ListingFilterParams | ListingQueryParams) => Record; export default paramsToSearchRequest;