import type { NextActionPlan } from "../../../domain/next/next-action-plan.js"; export declare function presentNextAction(plan: NextActionPlan, verbose?: boolean): string; //# sourceMappingURL=next-action-presenter.d.ts.map