import { TatumApiResponse, ToolExecutionContext } from './types.js'; export declare class TatumApiClient { private readonly client; private readonly context; constructor(context: ToolExecutionContext); private setupInterceptors; executeRequest(method: string, path: string, parameters?: Record): Promise; private buildUrl; } //# sourceMappingURL=api-client.d.ts.map