import { HTTPClient } from "@/services/HTTPClient"; export declare class BaseApiServer { protected _httpClient: HTTPClient; constructor(serverUrl: string, apiKey: string); private _initHttpClient; }