import { ChatPromptTemplate } from "@langchain/core/prompts";
export declare const SYSTEM_STRUCT = "Based on the conversation history: \n{history}\n\nif you don't know the answer, just only return null.\n\nAnswer the users question as best as possible.\n    {format_instructions}";
export declare const PROMT: ChatPromptTemplate<any, any>;
export declare const SYSTEM_PROMPT: ChatPromptTemplate<any, any>;
//# sourceMappingURL=index.d.ts.map