import type { ThreadGoal } from "./types.js"; export declare const TOOL_PROMPT_GUIDELINES: string[]; export declare function continuationGoalIdFromPrompt(prompt: string): string | null; export declare function escapeXmlText(value: string): string; export declare function continuationPrompt(goal: ThreadGoal): string; export declare function budgetLimitNotice(goal: ThreadGoal): string; //# sourceMappingURL=prompts.d.ts.map