import type { Commit, ProjectConfig, Update } from './types.js'; export declare function draftUpdatePrompt(config: ProjectConfig, commits: Commit[]): string; export declare function classifyReplyPrompt(update: Update, replyText: string): string; export declare function scopeCreepPrompt(scopeDoc: string, hourlyRate: number, replyText: string): string;