export default class UrlModificationService { updateQueryStringParameter(uri: string, key: string, value: string): string; }