export declare class HTTPUtils { private apiKey; private serverUrl; private language; constructor(apiKey: string, serverUrl: string, language: string); get(path: string): Promise; private getBaseUrl; }