import { PromptTemplate } from "../../prompts/prompt.js"; export declare const REFINE_PROMPT: PromptTemplate<{ text: any; existing_answer: any; }, any>;