import { TParams } from './stringifySearchParams'; export declare const getUrlWithParams: (url: string, params?: TParams) => string;