import type { DecisionPresentation } from "../workflows/types.js"; export declare function presentPlan(input: { task: string; plan: unknown; planDigest: string; revision: number; }): DecisionPresentation;