import type { PiLikeContext } from "../pi-context.js"; import { runReviewService } from "../review/service.js"; export declare function handleReview(ctx: PiLikeContext, rawArgs: string, overrides?: { runReviewServiceImpl?: typeof runReviewService; }): Promise; export declare function defaultReviewObjective(workflowId: string): string;