import { PromptTemplate } from "@langchain/core/prompts";
export declare const DEFAULT_PROMPT: PromptTemplate<{
    text: any;
}, any>;
