import type { Lix } from "../lix/open-lix.js"; import type { NewState, State } from "../engine/entity-views/types.js"; import type { LixConversationMessage } from "./schema-definition.js"; /** * Adds a message to an existing conversation. * In DB terms: inserts a row into `conversation_message[_all]`. */ export declare function createConversationMessage(args: { lix: Lix; } & NewState): Promise>; //# sourceMappingURL=create-conversation-message.d.ts.map