import { AgentGraphService } from "../providers/agent-graph.service"; import type { AgentGraph } from "../providers/agent-graph.service"; export declare class GraphController { private readonly graph; constructor(graph: AgentGraphService); private readonly logger; getGraph(id: string): Promise; } //# sourceMappingURL=graph.controller.d.ts.map