import { PingResponse } from '../types/responses'; import { BaseApi } from './baseApi'; import { KoreClient } from './koreClient'; export declare class ClientApi extends BaseApi { protected basePath: string; protected baseURL: string; constructor(client: KoreClient); /** * Get ping status to check API health * @returns Promise containing the ping response */ getPingStatus(): Promise; } //# sourceMappingURL=clientApi.d.ts.map