import { UrlParams } from './withParams'; import { Param } from '../types/paramTypes'; export declare function getParamsForString(string?: string, params?: Record): UrlParams;