import { type IAnalyticalBackend, type IChatConversation } from "@gooddata/sdk-backend-spi"; import { type IChatConversationLocal } from "../../model.js"; import { type evaluateMessageUpdateAction } from "../messages/messagesSlice.js"; /** * Load thread history and put it to the store. * @internal */ export declare function onUserMessageUpdate({ payload }: ReturnType): Generator | import("redux-saga/effects").GetContextEffect | import("redux-saga/effects").PutEffect<{ payload: { conversation: IChatConversationLocal; generatingTitle: boolean; title?: string; }; type: "messages/evaluateConversationTitleAction"; }> | import("redux-saga/effects").SelectEffect, void, IAnalyticalBackend & string & IChatConversation & { localId: string; generatingTitle?: boolean; inProgress?: boolean; }>; //# sourceMappingURL=onUserMessageUpdate.d.ts.map