import { TargomoClient } from '..'; export declare namespace UrlUtil { class TargomoUrl { private client?; private url; private firstParamPlaced; constructor(client?: TargomoClient); host(value: string): this; part(value: string): this; version(): this; params(value: any): this; private param; key(keyName?: string): this; toString(): string; } }