export declare const addQueryParam: (url: string, queryName: string, queryValue: string | undefined) => string;