export declare class ServerConfig {
    static apiHostUrls: any;
    static apiHostUrlArray: string[];
}
