export declare class SodaHostUrl { private host; constructor(host: string); toString(): string; }