import { RESTClient } from './RESTClient.js'; export declare class APIClient { private readonly baseUrl; readonly rest: RESTClient; static URL_DEMO: string; static URL_LIVE: string; constructor(baseUrl: string, apiKey: string); get isLive(): boolean; }