import { ILocation } from '../types'; declare const convertObjectIntoQuerySearch: (params: ILocation['params']) => string; export default convertObjectIntoQuerySearch;