import type { GoalWorkflowRun } from './artifacts.js'; export interface GoalWorkflowHandoffOptions { run: GoalWorkflowRun; title?: string; tokenBudget?: number; completionCommand?: string; degradedMode?: boolean; } export declare function buildGoalWorkflowHandoff(options: GoalWorkflowHandoffOptions): string; //# sourceMappingURL=handoff.d.ts.map