export declare class Settings { private readonly _url; private readonly _version; constructor(url: string, version: string); get url(): string; get version(): string; }