export declare function buildPlanRevisionPrompt(feedback: string, opts?: { planVersion?: number | undefined; }): string; export declare function shouldBlockPlanModeMutate(isPlanMode: boolean, planApproved: boolean): boolean;