/** * [WHO]: setPendingClearContextPlan(), getAndClearPendingPlan() * [FROM]: No dependencies * [TO]: Consumed by ./exit-plan-mode-tool.ts and ./index.ts * [HERE]: extensions/builtin/plan/clear-context-state.ts - module-level state for clear-context plan injection */ export declare function setPendingClearContextPlan(plan: string): void; export declare function getAndClearPendingPlan(): string | null;