import { GraphStateType } from "../graph/graph";
export declare const shouldContinueEdge: (state: GraphStateType) => "tools" | "end";
export declare const shouldGenerateReport: (state: GraphStateType) => "end" | "report";
//# sourceMappingURL=edges.d.ts.map