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