declare function createSystemPrompt(contextInfo: string): string; declare function createUserPrompt(description: string): string; declare function createConfirmationPrompt(command: string): string; export { createConfirmationPrompt, createSystemPrompt, createUserPrompt };