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