export declare class RevealSdkSettings {
    private static _serverUrl;
    static set serverUrl(url: string);
    static get serverUrl(): string;
}
