import { ParamMap } from '@angular/router'; export declare class QueryParamHelper { static getQueryParamString(paramMap: ParamMap): string; static appendQueryParamsToUrl(url: string, paramMap: ParamMap): string; }