import { type TaskContextPlan, type TaskContextPlanInput } from '../contracts/task-context-plan.js'; export declare function buildTaskContextPlan(input: TaskContextPlanInput): TaskContextPlan;