export declare const replaceUrlParams: (url: string, params: Record<string, string>) => string;
