import { DialogueTool, PageTab } from "../types";
export declare function getChatSystemPrompt(tools: DialogueTool[], datetime: string, memory?: string, tabs?: PageTab[]): string;
//# sourceMappingURL=chat.d.ts.map