import { ParamsObject } from './makeQueryString'; export default function addUrlParams(url: string, paramsObj: ParamsObject): string;