import type { CodeGraphSettings, ToolResult } from "./types.js"; export declare class PiCodeGraphClient { #private; readonly settings: CodeGraphSettings; readonly baseRoot: string; private startPromise?; private child?; private peer?; constructor(settings: CodeGraphSettings, baseRoot: string); start(): Promise; request(method: string, params?: Record, signal?: AbortSignal): Promise; callTool(name: string, args: Record, signal?: AbortSignal): Promise; close(): Promise; } //# sourceMappingURL=pi-mcp-client.d.ts.map