import type { SessionGoal } from "./SessionGoal.js"; export declare function createGoalContinuationPrompt(goal: SessionGoal): string;