import type { OpenCodeState, ReviewRecord } from "../state/state-types"; export declare function nextReviewRound(state: OpenCodeState, targetKey: string, maxRounds: number, targetSignature?: string): ReviewRecord;