import { type ChatMutation } from "./chatMutation.js"; import { type DrizzleTransaction } from "../../drizzle.js"; /** * Resolves advance chat through chatAdvanceWithSequence, syncSequenceNext. * It requires the caller's transaction for the composed operations, so callers cannot bypass the ordering and failure semantics defined for advance chat. */ export declare function advanceChat(tx: DrizzleTransaction, actorUserId: string, chatId: string, kind: string, entityId?: string, targetUserId?: string): Promise; //# sourceMappingURL=advanceChat.d.ts.map