import { ChatChunk as ChatChunkType, InputSubmitContent } from '@/types'; export declare const updateChatHistory: (chatChunks: ChatChunkType[], answer?: InputSubmitContent) => string; //# sourceMappingURL=HistoryChunk.d.ts.map