import type { AgentContext, CatladderJob } from "../../types";
export declare const createAgentReviewJob: (context: AgentContext) => CatladderJob;