import { IUrlParams } from './types'; export default function replacePathParams({ url, params, }: { url: string; params?: IUrlParams; }): string;