import type { PlanningTodoFlags } from "./planning-rules"; export declare function planningPatchForTool(tool: string): Partial | undefined; export declare function normalizeChorusToolName(tool: string): string;