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<AgentGraph>;
}
//# sourceMappingURL=graph.controller.d.ts.map