import type { GoalRecord } from './types'; export declare function buildGoalContext(goal: GoalRecord): string; export declare function buildGoalContinuationPrompt(goal: GoalRecord): string; export declare function buildGoalStartPrompt(goal: GoalRecord): string;