import { type McpConnection } from '../mcp/index.js'; export interface CodeGraphAutoResult { connections: McpConnection[]; notice?: string; } export declare function autoRegisterCodeGraphTools(workspaceDir: string, interactive: boolean): Promise; //# sourceMappingURL=codegraph-auto.d.ts.map