import type { Goal } from "./types"; export declare function buildContinuationPrompt(goal: Goal): string; export declare function buildResumePrompt(goal: Goal): string;