import { tool } from '@opencode-ai/plugin'; import type { ToolContext } from './types'; import type { GraphService } from '../graph/service'; interface GraphToolContext { graphService: GraphService | null; kvService: ToolContext['kvService']; } export declare function createGraphTools(ctx: ToolContext & GraphToolContext): Record>; export {}; //# sourceMappingURL=graph.d.ts.map